From 5fd6b561edc0c6e6d911b2d94b902431d516b48a Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 6 Aug 2023 22:36:59 +0200 Subject: [PATCH] [skip ci] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b6a076..882ac7e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![windows-msys2-clang](https://github.com/red0124/ssp/workflows/win-msys2-clang-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/win-msys2-clang.yml) [![win-msvc-ci](https://github.com/red0124/ssp/workflows/win-msvc-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/win-msvc.yml) -A header only "csv" parser which is fast and versatile with modern C++ api. Requires compiler with C++17 support. [Can also be used to convert strings to specific types.](#The-converter) +A header only "csv" parser which is fast and versatile with modern C++ api. Requires compiler with C++17 support. [Can also be used to convert strings to specific types.](#the-converter) Conversion for floating point values invoked using [fast-float](https://github.com/fastfloat/fast_float) . \ Function traits taken from *qt-creator* .