From 1176c42fba28924fe663eff77393520f93cbac27 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 6 Aug 2023 21:42:57 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bfc1be..8b6a076 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,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 |Id,Age,Grade| and we want to parse and print all the valid values: +Lets say we have a csv file containing students in a given format \ and we want to parse and print all the valid values: ```shell $ cat students.csv