summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2021-03-09 04:35:03 +1000
committerJohn Bampton <[email protected]>2021-03-09 04:35:03 +1000
commit3c1ce680a38ea4c57abc49ac16326591d2289f06 (patch)
tree33a899870963cbda1eed8c8f47b92388d01d6dea /README.md
parentf2b352944106e61c5b3026f01ded737183a94292 (diff)
downloadmruby-3c1ce680a38ea4c57abc49ac16326591d2289f06.tar.gz
mruby-3c1ce680a38ea4c57abc49ac16326591d2289f06.zip
chore: fix grammar
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 6e0cab1d7..4979ea11a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ mruby is the lightweight implementation of the Ruby language complying to (part
of) the [ISO standard][ISO-standard]. Its syntax is Ruby 2.x compatible.
mruby can be linked and embedded within your application. We provide the
-interpreter program "mruby" and the interactive mruby shell "mirb" as examples.
+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, see the "mrbtest"