Skip to content

Commit d3c0a9a

Browse files
committed
Update README.md
1 parent ab16336 commit d3c0a9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ cargo run --release \
9898
```
9999

100100
Make sure to include the `--release` flag to build the optimized version of the binary.
101-
Omitting the flag will result in an unoptimized binary which contains a lot of (expensive) assertions.
102-
The algorithm will continue execution until either one of the termination conditions (defined in the config json) are reached, or it is manually terminated (CTRL+C).
101+
Omitting the flag will result in an unoptimized binary which also contains a lot of (expensive) assertions.
102+
103+
The algorithm will continue execution until either, one of the termination conditions (defined in the config json) are reached, or it is manually terminated (CTRL+C).
103104

0 commit comments

Comments
 (0)