diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-05-04 21:56:55 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-05-08 21:32:25 +0900 |
| commit | 9a4f3029d98f50f2142af99ba3dea4c504849593 (patch) | |
| tree | f6bb4124752fd1453d79ebc836698fc26270972c /README.md | |
| parent | ecc6eb81b53efd5f484515d87b0510eaa68aa68c (diff) | |
| download | mruby-9a4f3029d98f50f2142af99ba3dea4c504849593.tar.gz mruby-9a4f3029d98f50f2142af99ba3dea4c504849593.zip | |
Update `README.md`; mruby is now Ruby 2.x compatible.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
