Skip to content

Commit

Permalink
Update README and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr committed Apr 17, 2023
1 parent 4461031 commit 7969e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ You can assume that you have access to the following functions:
### Instructions

1. Fork this repository and clone it to your local machine.
2. Get puterbot up and running by following the instructions under [Setup and Run puterbot](#setup-and-run-puterbot).
2. Get puterbot up and running by following the instructions under [Setup](#Setup).
3. Implement a Python function `generate_input_event(new_screenshot, recording)`, where:
- `new_screenshot`: A `Screenshot` object representing the new screenshot.
- `recording`: A `Recording` whose `.screenshots` property is a list of `InputEvent` objects from a previous recording, with each InputEvent having an associated Screenshot.
Expand Down
2 changes: 1 addition & 1 deletion puterbot/strategies/naive.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Implements a naive playback strategy wherein the InptuEvents are replayed
Implements a naive playback strategy wherein the InputEvents are replayed
directly, without considering any screenshots.
"""

Expand Down

0 comments on commit 7969e98

Please sign in to comment.