Skip to content

Commit

Permalink
Fixed import spelling error in README
Browse files Browse the repository at this point in the history
Changes `import clash-royale` to `import clash_royale`
  • Loading branch information
lunathanael authored Mar 11, 2024
1 parent 263d131 commit 4d04df0
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 @@ -52,7 +52,7 @@ necessary to access the environment.
2. Some sample code
```python
# WARNING: This code is subject to change and may be OUTDATED!
import clash-royale
import clash_royale
import gymnasium
env = gymnasium.make("clash-royale", render_mode="rgb_array")

Expand Down

0 comments on commit 4d04df0

Please sign in to comment.