Update README

This commit is contained in:
olemorud
2023-04-28 18:37:58 +02:00
parent dda6bbba42
commit f58c5dcfee

View File

@@ -19,7 +19,7 @@ To make a debug build just run `make`.
### Run ### Run
```sh ```sh
./bin/{release|debug}/json_parser sample-files/large-file.json ./bin/release/json_parser sample-files/large-file.json
``` ```
## Implementation ## Implementation