Skip to content

Commit 0568c2c

Browse files
authored
Update README.md
1 parent 97c7658 commit 0568c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Input JSON ([`json_example.json`](json_example.json)):
2929
```
3030
## Building
3131
- bash
32-
- gcc -o json_table json_print_table.c cJSON.c -I. ./json_table [path_to_json_file]
33-
- gcc -o json_tree json_print_tree.c cJSON.c -I. ./json_tree [path_to_json_file]
32+
- gcc -o json_table json_print_table.c cJSON.c -I. ./json_table.exe [path_to_json_file]
33+
- gcc -o json_tree json_print_tree.c cJSON.c -I. ./json_tree.exe [path_to_json_file]
3434

3535
- Please see [`json_print_example.txt`](json_print_example.txt)
3636

0 commit comments

Comments
 (0)