From 7f8485ce805c8383007e10c99399221212cb0726 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 16 Oct 2012 22:31:25 -0600 Subject: [PATCH] Improve system requirements language --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7de85898..eadb1bd3 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ Gollum follows the rules of [Semantic Versioning](http://semver.org/) and uses [TomDoc](http://tomdoc.org/) for inline documentation. ## SYSTEM REQUIREMENTS -- Python 2.5 or greater (for pygments.rb) -- Ruby 1.8.7 or 1.9.3 +- Python 2.5+ (2.7.3 recommended) +- Ruby 1.8.7+ (1.9.3 recommended) - Unix like operating system (OS X, Ubuntu, Debian, and more) -- Will not work on Windows (because of grit) +- Will not work on Windows (because of [grit](https://github.com/github/grit)) ## INSTALLATION