Skip to content

Commit 17dae8b

Browse files
committed
Align README with lib
Signed-off-by: Airton Zanon <me@airton.dev>
1 parent 2cf87ce commit 17dae8b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,14 @@ Fix the code style of a file or multiple files:
2828
Usage: jsoncs [file]
2929

3030
Options:
31-
-f, --fix Fix the file
32-
-q, --quiet Run in quiet mode
33-
-v, --version print version and exit
31+
-f, --fix fix json file
32+
-q, --quiet quiet mode
33+
-v, --version json code style version
34+
-s, --spaces <integer> quantity of spaces to indent the json (default: 2)
3435

3536
### Example
3637

3738
* _RED_: wrong json
3839
* _BLUE_: correct json
3940

4041
![](./example.png)
41-
42-
## TO-DO
43-
44-
* Leave the code style to the user in a config file

0 commit comments

Comments
 (0)