From c3dbe29dbae7862eabebe682a779dd86cf99cd68 Mon Sep 17 00:00:00 2001 From: ado Date: Mon, 28 Mar 2022 20:17:15 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 120e997..b8d4e6b 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The library supports [CMake](#Cmake) and [meson](#Meson) build systems ## Headers -The parser can be told to use only certain columns by parsing the header. This can be done by using the **`use_fields`** method. It accepts any number of string-like arguments or even an **`std::vector``** with the field names. If any of the fields are not found within the header or if any fields are defined multiple times it will result in an error. +The parser can be told to use only certain columns by parsing the header. This can be done by using the **`use_fields`** method. It accepts any number of string-like arguments or even an **`std::vector`** with the field names. If any of the fields are not found within the header or if any fields are defined multiple times it will result in an error. ```shell $ cat students_with_header.csv Name,Age,Grade