From fcbd3bb68018571a18b5cd545029c535402c1177 Mon Sep 17 00:00:00 2001 From: Christine Lemmer-Webber Date: Wed, 21 Sep 2022 11:00:06 -0400 Subject: [PATCH] fix inject info in tutorial --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 610b7a4..018028b 100644 --- a/README.org +++ b/README.org @@ -44,8 +44,8 @@ If you change something in bricabrac (or whatever) and want to update the object you changed, you can "live" put in the new and updated version from the game-spec at the REPL with: - (insert! game-spec 'room:lobby) ; to replace the lobby, but of course - ; do what's appropriate for your - ; object + (inject-gameobj! (game-spec) 'room:lobby) ; to replace the lobby, but of course + ; do what's appropriate for your + ; object That's it for now! -- 2.31.1