diff --git a/index.html b/index.html
index 35e27a8..29502a8 100644
--- a/index.html
+++ b/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/v8.2.6
+ GIT_TAG tags/v8.2.6
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 v8.2.6)
+ GIT_TAG v8.2.6)
Single header
Download a pre-amalgamated header — no build system required.
-curl -LO https://github.com/fastfloat/fast_float/releases/download/v8.2.6/fast_float.h
+curl -LO https://github.com/fastfloat/fast_float/releases/download/v8.2.6/fast_float.h