From 3463a5456e83f1d9d1ebaacb521ce49da76c7b37 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 8 Jul 2022 12:19:56 -0500 Subject: [doc] readme bug --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 0b3065b..df6702a 100644 --- a/README.org +++ b/README.org @@ -87,7 +87,7 @@ It isn't enough to define a subclass, you must also implement a ~ww:boot~ method #+end_src -You can see that it does very little. It first creates an instance of [[*Text][text]], with the appropriate scale and starting position. Then it just sets the app's ~intro-text~ slot to the newly created text before adding to the scene. +You can see that it does very little. It first creates an instance of ~text~ with the appropriate scale and starting position. Then it just sets the app's ~intro-text~ slot to the newly created text before adding to the scene. It ends by adding a handler to the app called ~press-to-start~, where presumably, the rest of the game is set up. -- cgit v1.2.3