diff --git a/README.md b/README.md index 626d604..d2a2f98 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Called each time the model generates an output and has the opportunity to modify ### State The `state` variable can be used to store information that's persistent across function calls. -* The state.memory.context value will be added to the games memory if exists -* The state.message value will be displayed as a extra message in the game (if it exists) +* The `state.memory.context` value will be added to the games memory if exists +* The `state.message` value will be displayed as a extra message in the game (if it exists) ### Console `console.log("Some message")` will log messages that you can see in the scripting console