summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-03-21 09:20:11 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-03-21 09:20:11 +0900
commitbb5e4cfd6d1ff5c3a3b2e0cd0090444cad38254f (patch)
treeaecbdb331d79c8130bc20d11ccb7c6fd5dd98428 /README.md
parent298c07d6ca246e1fb876c77cd93aee81108a7c6c (diff)
parente96a1bc4e66850e1b1fe269d266688c04a4cd189 (diff)
downloadmruby-bb5e4cfd6d1ff5c3a3b2e0cd0090444cad38254f.tar.gz
mruby-bb5e4cfd6d1ff5c3a3b2e0cd0090444cad38254f.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index fbfed5fc6..34abdc0b7 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@
## What's mruby
mruby is the lightweight implementation of the Ruby language complying to (part of)
-the [ISO standard](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579).
-mruby can be linked and embedded within your application. We provide the interpreter program "mruby" and
+the [ISO standard](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579).
+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 "bin" directory. The "mrbc" is also able to
+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.
This achievement was sponsored by the Regional Innovation Creation R&D Programs of
@@ -19,7 +19,7 @@ The stable version 1.0.0 of mruby can be downloaded via the following URL:
https://github.com/mruby/mruby/archive/1.0.0.zip
-The latest mruby development version of can be downloaded via the following URL:
+The latest development version of mruby can be downloaded via the following URL:
https://github.com/mruby/mruby/zipball/master