diff --git a/README.md b/README.md index 3092267..15b3632 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To make a debug build just run `make`. ### Run ```sh -./bin/{release|debug}/json_parser sample-files/large-file.json +./bin/release/json_parser sample-files/large-file.json ``` ## Implementation