Skip to content

Commit 41132ec

Browse files
authored
Update README.md
1 parent 0907700 commit 41132ec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CSV and JSON Converter CLI app build with [Python Fire library](https://github.c
44

55
CLI app included in distribution folder (dist/py-csv-json-cli.exe)
66

7-
![](https://github.com/afif-dev/py-cryptography-cli/blob/main/py-cryptography-cli-ss-encrypt.png)
7+
![](https://github.com/afif-dev/py-csv-json-cli/blob/main/py-csv-json-cli-ss.png)
88

99

1010
## Basic Usage
@@ -17,11 +17,14 @@ py py-csv-json-cli --help
1717
2. Covert CSV to JSON
1818
```
1919
py py-csv-json-cli csvtojson car-models.csv
20+
2021
* Note: example of csv file is car-models.csv
2122
```
2223
3. Covert JSON to CSV
2324
```
2425
py py-csv-json-cli jsontocsv csvtojson-1652043963.json
26+
27+
* Note: example of json file is csvtojson-1652043963.json
2528
```
2629

2730
## Setup for Local Development
@@ -64,5 +67,5 @@ deactivate
6467
- https://github.com/google/python-fire
6568
- https://pyinstaller.org/en/stable/usage.html
6669
- https://www.geeksforgeeks.org/convert-csv-to-json-using-python/
67-
- https://www.geeksforgeeks.org/convert-json-to-csv-in-python/?ref=lbp
70+
- https://www.geeksforgeeks.org/convert-json-to-csv-in-python/
6871

0 commit comments

Comments
 (0)