From 45df1075dd751536423a77d4d4b776e2b85710cd Mon Sep 17 00:00:00 2001 From: mhkeller Date: Sun, 30 Oct 2016 23:02:22 -0400 Subject: [PATCH] add some indent flare to readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ce8cbc..abeba35 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ console.log(json_data) ] */ -io.writeDataSync('path/to/save/output.json', json_data) +io.writeDataSync('path/to/save/output.json', json_data, {indent: 2}) ``` Or, combine methods to read in a directory of csvs as json: