aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclyne <clyne@bitgloo.com>2021-01-05 18:58:43 -0500
committerGitHub <noreply@github.com>2021-01-05 18:58:43 -0500
commitaf776afb2ef0d58ba3c939e7cacbfe3dea633555 (patch)
tree40c60b26a9b505a42540904e1327d11bf59ca0f3
parent2aa4d516c3f1a624c801da1aab4feb1add8cf522 (diff)
Typo in godbolt example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3566603..a8e23aa 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A single-header library that converts INI-formatted string literals to a key-val
Requires C++20. Tested to work on gcc 10.1 and clang trunk. Passes `-Wall -Wextra -pedantic`.
-[Try it on Godbolt.](https://godbolt.org/z/K8GGov)
+[Try it on Godbolt.](https://godbolt.org/z/WTPzE3)
## Features
* Comments and whitespace removed during compilation