Skip to content

Commit

Permalink
fix new parse events
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Sep 3, 2023
1 parent ca10894 commit 37cfe07
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 @@ -14,7 +14,7 @@ NodeJS: ```npm i @laihoe/demoparser2```
from demoparser2 import DemoParser

parser = DemoParser("path_to_demo.dem")
events_df = parser.parse_events("player_death", player_extra=["X", "Y"])
events_df = parser.parse_event("player_death", player_extra=["X", "Y"])
ticks_df = parser.parse_ticks(["X", "Y"])
```
#### NodeJS
Expand Down

0 comments on commit 37cfe07

Please sign in to comment.