summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
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'