From e77a5bb5bd4d93e7673a147d4d81b393088911aa Mon Sep 17 00:00:00 2001 From: Amir Rajan Date: Sun, 6 Dec 2020 09:41:04 -0600 Subject: Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 50c8916..2f62a00 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ DragonRuby | +- [other source files] ``` -5. Open `main.rb` and add the source file you want to edit. For example, if you want to edit `docs.rb`, your `mygame/main.rb` would look like this: +6. Open `main.rb` and add a `require` statement for the source file you want to edit. For example, if you want to edit `docs.rb`, your `mygame/main.rb` would look like this: ```ruby require 'app/dragonruby-game-toolkit-contrib/dragon/docs.rb' -- cgit v1.2.3