Skip to content

Commit 30d1b93

Browse files
committed
Talk about the JVM rather than Java.
1 parent 8a825e7 commit 30d1b93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JRuby - A Java implementation of the Ruby language
1+
# JRuby - An implementation of the Ruby language on the JVM
22

33
Master: [![Build Status](https://travis-ci.org/jruby/jruby.png?branch=master)](https://travis-ci.org/jruby/jruby)
44
1.7 branch: [![Build Status](https://travis-ci.org/jruby/jruby.png?branch=jruby-1_7)](https://travis-ci.org/jruby/jruby/branches)
@@ -20,10 +20,10 @@ Yukihiro Matsumoto <matz@netlab.co.jp>.
2020

2121
## About
2222

23-
JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter
24-
in Java.
23+
JRuby is an effort to implement the [Ruby language](http://www.ruby-lang.org)
24+
on top of the JVM.
2525

26-
The Java version is tightly integrated with Java to allow both to script
26+
JRuby is tightly integrated with the JVM to allow both to script
2727
any Java class and to embed the interpreter into any Java application.
2828
See the [docs](docs) directory for more information.
2929

0 commit comments

Comments
 (0)