Skip to content

Commit 7788b30

Browse files
authored
Update README.md
1 parent 7a7a6a5 commit 7788b30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ Notice that it's possible to customize the quote char as shown in [this section]
182182
Example:
183183
```cpp
184184
char * csv_str = " test a , test b \n" // header names include leading and trailing spaces
185-
"1,2\n"
186-
"3,4\n";
185+
"1,2\n"
186+
"3,4\n";
187187

188188
CSV_Parser cp(csv_str, "cc");
189189
int8_t *a = (int8_t*)cp["test a"]; // notice how "test a" is used instead of " test a "
@@ -298,4 +298,4 @@ I wanted to parse [covid-19 csv](https://github.com/tomwhite/covid-19-uk-data) d
298298
299299
300300
## Documentation
301-
https://michalmonday.github.io/CSV-Parser-for-Arduino/index.html
301+
https://michalmonday.github.io/CSV-Parser-for-Arduino/index.html

0 commit comments

Comments
 (0)