Update README.md; mruby is now Ruby 2.x compatible.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-05-04 21:56:55 +09:00
parent ecc6eb81b5
commit 9a4f3029d9
+1 -1
View File
@@ -3,7 +3,7 @@
## What is mruby
mruby is the lightweight implementation of the Ruby language complying to (part
of) the [ISO standard][ISO-standard]. Its syntax is Ruby 1.9 compatible.
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.