From 6061eef9821b8cc9fc33db9d3736b02834073884 Mon Sep 17 00:00:00 2001 From: x87 Date: Wed, 3 Nov 2021 19:24:59 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f72411..1919f19 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ if (GAME === "sa") { } ``` -- `log(...values)` - prints comma-separated `{values}` to the cleo_redux.log +- `log(...values)` - prints comma-separated `{values}` to the `cleo_redux.log` ```js var x = 1; @@ -330,7 +330,7 @@ showTextBox("Hello, world!"); - family of static methods in the `Memory` class for manipulating different data types. See the [Memory guide](using-memory.md) for more information. -- `exit(reason?)` - terminates the script immeditely. `exit` function accepts an optional string argument that will be added to the `cleo_redux.log`. +- `exit(reason?)` - terminates the script immediately. `exit` function accepts an optional string argument that will be added to the `cleo_redux.log`. ### Deprecated