Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr authored May 1, 2023
1 parent d37b157 commit 17f8e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ You can assume that you have access to the following functions:
1. Fork this repository and clone it to your local machine.
2. Get puterbot up and running by following the instructions under [Setup](#Setup).
3. Create a new file under `strategies` to contain your replay strategy. You
may base your implementation off of `naive.py`.
may base your implementation off of `naive.py` or `demo.py`
4. Write unit tests for your implementation.
5. Submit a Pull Request (PR) to this repository. Note: submitting a PR before your
implementation is complete (e.g. with high level documentation and/or implementation
Expand Down

0 comments on commit 17f8e64

Please sign in to comment.