summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2020-12-06 09:41:04 -0600
committerGitHub <[email protected]>2020-12-06 09:41:04 -0600
commite77a5bb5bd4d93e7673a147d4d81b393088911aa (patch)
tree42f8bc29aa832cca241e856a9afc5d3bf3b75561 /readme.md
parent645d9cc3ac54219e08218ef9b347815a71565926 (diff)
downloaddragonruby-game-toolkit-contrib-e77a5bb5bd4d93e7673a147d4d81b393088911aa.tar.gz
dragonruby-game-toolkit-contrib-e77a5bb5bd4d93e7673a147d4d81b393088911aa.zip
Update readme.md
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'