Skip to content

Commit dea8a61

Browse files
committed
Fix CLI docs type
1 parent c3b7f38 commit dea8a61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The option `--east-asian-chars` indicates that `fractured-json` should take acco
165165
166166
Multiple files and output files can be processed at once but the number of input and output files must match:
167167
168-
``` bash
168+
``` text
169169
fractured-json --output new_json_1.json --output new_json_2.json json_1.json json_2.json
170170
```
171171

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The option `--east-asian-chars` indicates that `fractured-json` should take acco
3333

3434
Multiple files and output files can be processed at once but the number of input and output files must match:
3535

36-
``` bash
36+
``` text
3737
fractured-json --output new_json_1.json --output new_json_2.json json_1.json json_2.json
3838
```
3939

0 commit comments

Comments
 (0)