From c0b84f39d6420d840ddd303a58dae0a48e0681e1 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 27 Jun 2013 11:57:57 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6dee26..5e189ad 100644 --- a/README.md +++ b/README.md @@ -117,11 +117,11 @@ I've provided a Gemfile, so installing this should be easy: - Install Ruby 1.9.x. I recommend doing this via RVM. - Make sure _bundler_ is installed: - gem install bundler + gem install bundler - Install dependencies (including _cucumber_ and _thinp\_xml_) - bundle + bundle Once you've done this you can run the tests with a simple: