Merge pull request #2411 from suzukaze/Fix-docs2

Fix document in doc/mrbgems/README.md
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-06-22 17:04:37 +09:00
+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"
```