diff options
author | Hugo David Farji <hdf1986.6700@gmail.com> | 2018-06-30 11:24:15 -0400 |
---|---|---|
committer | Hugo David Farji <hdf1986.6700@gmail.com> | 2018-06-30 12:08:29 -0400 |
commit | 72da6e6ad8fa2abaa805e16978eed62d385258c6 (patch) | |
tree | 83954e6877045ab20c83be8c6cdd4145f3ce4801 /README.md | |
parent | 56c5c119b537ce8fc2227984a9e7a2d7b00b32c1 (diff) | |
download | bundler-72da6e6ad8fa2abaa805e16978eed62d385258c6.tar.gz |
Updated 'bundle add' to rspec install guide
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |