summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems
diff options
context:
space:
mode:
authorJun Hiroe <[email protected]>2014-06-22 12:52:20 +0900
committerJun Hiroe <[email protected]>2014-06-22 12:52:20 +0900
commitd1d8bcba5d48a956b6a24c72011dec5dbe4c8a35 (patch)
tree3cc40a91fb63eb98786a27762c2ace1fd3d7a938 /doc/mrbgems
parent1967afc2c868755834ab2e316cf4c03b104fff76 (diff)
downloadmruby-d1d8bcba5d48a956b6a24c72011dec5dbe4c8a35.tar.gz
mruby-d1d8bcba5d48a956b6a24c72011dec5dbe4c8a35.zip
Fix a document in doc/mrbgems/README.md
Diffstat (limited to 'doc/mrbgems')
-rw-r--r--doc/mrbgems/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md
index 4929b409c..5897c5727 100644
--- a/doc/mrbgems/README.md
+++ b/doc/mrbgems/README.md
@@ -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"
```