Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearth committed Apr 2, 2022
1 parent 9ebca5c commit d9510a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,7 +64,7 @@ Example test suite file:

Examples of running the tests:

- `test ./input/STS1.epd 16 5` - run fixed-depth (16 in this case) search for all positions stored in the `STS1.epd` file. If the best position is correct and repeats five times in a row, or the result of the last iteration was correct, stop the test and mark it as success
- `test ./input/STS1.epd 16 5` - run fixed-depth (16 in this case) search for all positions stored in the `STS1.epd` file. If the best position is correct and repeats five times in a row, or the result of the last iteration was correct, stop the test and mark it as a success

## Dependencies
- [arr_macro](https://github.com/JoshMcguigan/arr_macro) - macro for easier array initialization
Expand Down

0 comments on commit d9510a5

Please sign in to comment.