From ca18e86a7370b80e93a00683ec11619ff84b08ab Mon Sep 17 00:00:00 2001 From: YaYaB Date: Wed, 2 May 2018 10:36:32 +0200 Subject: [PATCH] Fix typo in Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 347cd7b..faae00f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Csv to json +# Json to csv > Simply transform a json to a csv @@ -42,11 +42,11 @@ optional arguments: File or folder of files containing one json per line --streaming Create the csv in a stream way instead of loading every json in memory - --sep SEP Separator used to create columns' names + --sep SEP Separator used to create columns names --int_to_float Cast int to float --path_output PATH_OUTPUT Path output -```sh +``` Please refer to [here](https://github.com/Besedo/json-to-csv/examples) for examples.