diff options
| author | Amir Rajan <[email protected]> | 2020-12-06 09:41:04 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-06 09:41:04 -0600 |
| commit | e77a5bb5bd4d93e7673a147d4d81b393088911aa (patch) | |
| tree | 42f8bc29aa832cca241e856a9afc5d3bf3b75561 /readme.md | |
| parent | 645d9cc3ac54219e08218ef9b347815a71565926 (diff) | |
| download | dragonruby-game-toolkit-contrib-e77a5bb5bd4d93e7673a147d4d81b393088911aa.tar.gz dragonruby-game-toolkit-contrib-e77a5bb5bd4d93e7673a147d4d81b393088911aa.zip | |
Update readme.md
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
