From 7bbe2879cd44b3c27797972aad64d8c8d1ee1cfb Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 28 Feb 2024 00:02:58 +0100 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 a936e0e..d4c6617 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Conversion for floating point values invoked using [fast-float](https://github.c Function traits taken from *qt-creator* . # Example -Lets say we have a CSV file containing students in a given format \ and we want to parse and print all the valid values: +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: ```shell $ cat students.csv