diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2015-03-21 03:45:26 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2015-03-21 03:45:26 +0100 |
commit | 41c211ddb452bc8aa643e3915974b84cd82234be (patch) | |
tree | 195b3a540c8a35b9a1ca976bae63047804da0bc8 /README.markdown | |
parent | 8dc6d8b6ac7d02ef7067a36c082a114c83606c9e (diff) | |
parent | e5624a07e95cc7a3c704a4d08cddea582adc7f31 (diff) | |
download | coderay-41c211ddb452bc8aa643e3915974b84cd82234be.tar.gz |
Merge branch 'master' into dsl
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index e23f603..15b3447 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ You put your code in, and you get it back colored; Keywords, strings, floats, co ### Dependencies -CodeRay needs Ruby 1.8.7, 1.9.3 or 2.0. It also runs on JRuby. +CodeRay needs Ruby 1.8.7, 1.9.3 or 2.0+. It also runs on JRuby. ## Example Usage |