Skip to content

Commit

Permalink
README.MD fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeuliana1 committed Jun 20, 2019
1 parent f0094bc commit 554831c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,6 @@ using namespace csv_reader;
CSVReader csv("foo/bar/foobar.csv", ",", true);
```
**Example:**
foo/bar/foobar.csv contains:
``` csv
Artist,Genre
The Beetown,Rock
Nylon & Gargamel,Folk
Tob Stiffler,Folk Rock
King,Rock
```

``` c++
using namespace csv_reader;

CSVReader csv("foo/bar/foobar.csv", ",", true);
```
The CSVReader will interpretate the file in the following way:
Artist | Genre
Expand Down

0 comments on commit 554831c

Please sign in to comment.