summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2014-11-17 17:15:33 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2014-11-17 17:15:33 +0100
commit31a09b7599fb7c4b605869127e38617ce7619106 (patch)
tree947b36539226ea4ab52df583cfb6a43894edc5fd /README.markdown
parent38e3338f2824ddc519097a7ab9d03790025f802c (diff)
parent20b921c6c94dfdf793b8031a2dafc0f7a3df5fb2 (diff)
downloadcoderay-31a09b7599fb7c4b605869127e38617ce7619106.tar.gz
Merge pull request #178 from tricknotes/ruby-2.1-and-2.2
Test against Ruby 2.1 and 2.2 on Travis CI
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
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