summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHugo David Farji <hdf1986.6700@gmail.com>2018-06-30 11:24:15 -0400
committerHugo David Farji <hdf1986.6700@gmail.com>2018-06-30 12:08:29 -0400
commit72da6e6ad8fa2abaa805e16978eed62d385258c6 (patch)
tree83954e6877045ab20c83be8c6cdd4145f3ce4801 /README.md
parent56c5c119b537ce8fc2227984a9e7a2d7b00b32c1 (diff)
downloadbundler-72da6e6ad8fa2abaa805e16978eed62d385258c6.tar.gz
Updated 'bundle add' to rspec install guide
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e00dfd24a..db71b644dd 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Bundler is most commonly used to manage your application's dependencies. For exa
```
bundle init
-echo 'gem "rspec"' >> Gemfile
+bundle add rspec
bundle install
bundle exec rspec
```