From f5e35219f0753ce29ee0b8db4364f76af04d420d Mon Sep 17 00:00:00 2001 From: Janice Shiu Date: Wed, 29 Jun 2016 11:20:24 +0800 Subject: [PATCH] update README from Guard documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b027573..61f03420 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add the gem to your Gemfile (inside development group): Add guard definition to your Guardfile by running this command: ``` -$ guard init rspec +$ bundle exec guard init rspec ``` ## Installing with beta versions of RSpec @@ -36,7 +36,7 @@ gem 'guard-rspec, '~> 4.7` ``` and for Rails projects this also means adding: - + ```ruby gem 'rspec-rails', '= 3.5.0.beta3' ```