summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-03-09 15:03:35 +0900
committerGitHub <[email protected]>2021-03-09 15:03:35 +0900
commit405b5225aeda99e3685423c98d951f4bce758233 (patch)
tree33a899870963cbda1eed8c8f47b92388d01d6dea /README.md
parentf2b352944106e61c5b3026f01ded737183a94292 (diff)
parent3c1ce680a38ea4c57abc49ac16326591d2289f06 (diff)
downloadmruby-405b5225aeda99e3685423c98d951f4bce758233.tar.gz
mruby-405b5225aeda99e3685423c98d951f4bce758233.zip
Merge pull request #5377 from jbampton/fix-grammar
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"