From 8867bade6165685d716f577536736c3a6fc2a264 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 21:52:29 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c1485..a2ddfde 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Recent Updates parse-csv is now a string or Reader, and a new API based on keyword args instead of rebinding vars. -###Previously... +### Previously... * Updated library to 1.3.2. * Added support for changing the character used to start and end quoted fields in reading and writing.