From b6cef9577d4e3cae67e9b6ec55924c5bacf26d11 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 6 Aug 2023 12:35:53 +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 0e44b03..bf2e375 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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](https://code.woboq.org/qt5/qt-creator/src/libs/utils/functiontraits.h.html) . +Function traits taken from *qt-creator* . # Example Lets say we have a csv file containing students in a given format |Id,Age,Grade| and we want to parse and print all the valid values: