From 147a8a890474c74bc220c16ba46d164129b87de1 Mon Sep 17 00:00:00 2001 From: A-Mahla <89754740+A-Mahla@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:12:21 +0200 Subject: [PATCH] Update README.md Co-authored-by: tdeborde <33256624+tristandeborde@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe80bd..0fd2720 100644 --- a/README.md +++ b/README.md @@ -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,