From: clyne Date: Tue, 5 Jan 2021 23:58:43 +0000 (-0500) Subject: Typo in godbolt example X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=af776afb2ef0d58ba3c939e7cacbfe3dea633555;p=clyne%2Fini-config.git Typo in godbolt example --- 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