From a08c16fdd217babc42f78829b26bd5fc1f70589c Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 24 Sep 2019 14:55:17 -0500 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c281d..c3225b2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ from within this repository and start building your game! ## What's in the box? * The accessibility plugin is automatically loaded, eliminating the need to use the inaccessible editor to enable it. - * TTS is loaded in a global script which is available in every node. Run `Globals.tts.speak("Text to speak", interrupt)` from anywhere in your code to speak something. See _scenes/Main.gd_ as an example. + * TTS is loaded in a global script which is available in every node. Run `TTS.speak("Text to speak", interrupt)` from anywhere in your code to speak something. See _scenes/Main.gd_ as an example. * A Main scene with a script is created, and set as the launch scene. ## Accessibility tips