Skip to content
Snippets Groups Projects
Commit 39fcada5 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Add missing paren to README

Thanks to Christian Nybø. https://github.com/fare/fare-csv/pull/2
parent 8e7326d6
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Example usage
(ql:quickload :fare-csv)
(fare-csv:with-rfc4180-csv-syntax ()
(let ((fare-csv:*separator* #\;))
(fare-csv:read-csv-file "/tmp/semicolon-separated.csv"))
(fare-csv:read-csv-file "/tmp/semicolon-separated.csv")))
Competing standards
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment