Fix a document in doc/mrbgems/README.md

This commit is contained in:
Jun Hiroe
2014-06-22 12:52:20 +09:00
parent 1967afc2c8
commit d1d8bcba5d
+1 -1
View File
@@ -63,7 +63,7 @@ This will cause the *custom* GemBox to be read in during the build process,
adding *mruby-time* and *mrbgems-example* to the build.
If you want, you can put GemBox outside of mruby directory. In that case you must
specify absolute path like below.
specify an absolute path like below.
```ruby
conf.gembox "#{ENV["HOME"]}/mygemboxes/custom"
```