diff --git a/docs/index.html b/docs/index.html
index fd2d17d..f9785cf 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -221,7 +221,7 @@ constexpr double pi = parse("3.1415"); // computed at compile time
FetchContent_Declare(
fast_float
GIT_REPOSITORY https://github.com/fastfloat/fast_float.git
- GIT_TAG tags/v{{VERSION}}
+ GIT_TAG tags/v{{VERSION}}
GIT_SHALLOW TRUE)
FetchContent_MakeAvailable(fast_float)
target_link_libraries(myprogram PUBLIC fast_float)
@@ -232,13 +232,13 @@ target_link_libraries(myprogram PUBLIC fast_float)
CPMAddPackage(
NAME fast_float
GITHUB_REPOSITORY "fastfloat/fast_float"
- GIT_TAG v{{VERSION}})
+ GIT_TAG v{{VERSION}})
Single header
Download a pre-amalgamated header — no build system required.
-curl -LO https://github.com/fastfloat/fast_float/releases/download/v{{VERSION}}/fast_float.h
+curl -LO https://github.com/fastfloat/fast_float/releases/download/v{{VERSION}}/fast_float.h