From dab47dc99a28f9a92414ada259a5a04f88c69b6e Mon Sep 17 00:00:00 2001 From: alniles <74841470+alniles@users.noreply.github.com> Date: Mon, 20 Dec 2021 18:21:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e36cbff..971a437 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ All roms can be zipped into a `.zip`, `.rar`, or `.7z` archive To customize the filename of save states, add the line of code below ``` -EJS_gameName = 'name of game"; +EJS_gameName = 'name of game'; ``` When the user saves a state, the state will be saved with the name `name of game.state`