diff --git a/README.md b/README.md index b8b63fb..a4d6f17 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ def test_something(col_x, col_y): The default CSV format is: - `\r\n` as line ending -- All non-numeric fields are surrounded by " -- If you need a " in the value, use "" (double quote) -- Fields are separated by comma (",") +- All non-numeric fields are surrounded by `"` +- If you need a `"` in the value, use `""` (double quote) +- Fields are separated by comma (`,`) #### Example CSV