Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: tdeborde <[email protected]>
  • Loading branch information
A-Mahla and tristandeborde authored Jun 18, 2024
1 parent a979397 commit 147a8a8
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 @@ -79,7 +79,7 @@ stepper = NPCStepper(model=model)

* From there, stepping an NPC is a one-liner:
```py
action = stepper.get_action(
action = await stepper.get_action(
context=context,
locations=locations,
NPCs=NPCs,
Expand Down

0 comments on commit 147a8a8

Please sign in to comment.