summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-03-21 09:24:40 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-03-21 09:24:40 +0900
commit287f317f051894b53f43c659d89e75a46f2203ad (patch)
tree71c886126d6f771e252194861951e6b38b57ba8c
parent5bcb119ed79fc0554c9db25e1c468d5241be502b (diff)
parentb331db1c47ec0da21bf8b5c0b9f36b83be93f8ed (diff)
downloadmruby-287f317f051894b53f43c659d89e75a46f2203ad.tar.gz
mruby-287f317f051894b53f43c659d89e75a46f2203ad.zip
Merge branch 'master' of github.com:mruby/mruby
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 34abdc0b7..08fbeb3b9 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@ the [ISO standard](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_d
mruby can be linked and embedded within your application. We provide the interpreter program "mruby" and
the interactive mruby shell "mirb" as examples. You can also compile Ruby programs into compiled byte code
using the mruby compiler "mrbc". All those tools reside in the "bin" directory. "mrbc" is also able to
-generate compiled byte code in a C source file. You can check the "mrbtest" program under the "test" directory.
+generate compiled byte code in a C source file, see the "mrbtest" program under the "test" directory
+for an example.
This achievement was sponsored by the Regional Innovation Creation R&D Programs of
the Ministry of Economy, Trade and Industry of Japan.