diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-22 17:04:37 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-22 17:04:37 +0900 |
| commit | a5f74380b381c9051bcd6f1341be5a7d6a2052bd (patch) | |
| tree | f5d457d8773bd8b385af2805d1db850121093c4c /doc | |
| parent | f85cf98101909cfd0b557ca8c90c5148ce9c7e86 (diff) | |
| parent | d1d8bcba5d48a956b6a24c72011dec5dbe4c8a35 (diff) | |
| download | mruby-a5f74380b381c9051bcd6f1341be5a7d6a2052bd.tar.gz mruby-a5f74380b381c9051bcd6f1341be5a7d6a2052bd.zip | |
Merge pull request #2411 from suzukaze/Fix-docs2
Fix document in doc/mrbgems/README.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mrbgems/README.md | 2 |
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" ``` |
