summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorYuichiro MASUI <[email protected]>2013-01-26 15:47:06 +0900
committerYuichiro MASUI <[email protected]>2013-01-26 15:47:06 +0900
commit9352e4b49d503db708ce645deb8a188958f77ad8 (patch)
treeaefa8d309db1b9c6f714c05ae7d5630090856cc5 /README.md
parent47d7cce66dc79235509130bcfc5ca0d32c21337b (diff)
downloadmruby-9352e4b49d503db708ce645deb8a188958f77ad8.tar.gz
mruby-9352e4b49d503db708ce645deb8a188958f77ad8.zip
Moved mrbgems examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 69ca995df..93a9c0f01 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Or
mruby contains a package manager called *mrbgems*. To create extensions
in C and/or Ruby you should create a *GEM*. You will find a complete
-documentation with examples under *doc/mrbgems*.
+documentation with examples under *examples/mrbgems*.
## License