From 58b9fbb11177b29e01feff22adf4446649ff5018 Mon Sep 17 00:00:00 2001 From: Bram Dingelstad Date: Mon, 6 Dec 2021 17:33:30 +0100 Subject: [PATCH] changed a small string in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e3de6f..53bc245 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ We’ll begin by playing the example game that comes with Wol. It’s very short We’re now ready to start looking under the hood, to see how Wol & Yarn power this game. -### The Yarn Editor +### The Wol Editor Wol & Yarn Spinner stores its dialogue in .yarn (or .wol) files. These are plain text files, which means you can edit them in any plain text editor (Visual Studio Code is a good option, and Secret Labs offers a syntax highlighting extension to make it nice to use!)