Skip to content

Commit

Permalink
add some indent flare to readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Oct 31, 2016
1 parent 59f5f1c commit 45df107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 45df107

Please sign in to comment.