README.md in bundler-1.16.5 vs README.md in bundler-1.16.6
- old
+ new
@@ -22,10 +22,10 @@
Bundler is most commonly used to manage your application's dependencies. For example, these commands will allow you to use Bundler to manage the `rspec` gem for your application:
```
bundle init
-echo 'gem "rspec"' >> Gemfile
+bundle add rspec
bundle install
bundle exec rspec
```
See [bundler.io](http://bundler.io) for the full documentation.