README.md in bundler-1.10.4 vs README.md in bundler-1.10.5

- old
+ new

@@ -12,13 +12,13 @@ ### Installation and usage ``` gem install bundler bundle init -echo "gem 'rails'" >> Gemfile +echo 'gem "rspec"' >> Gemfile bundle install -bundle exec rails new myapp +bundle exec rspec ``` See [bundler.io](http://bundler.io) for the full documentation. ### Troubleshooting @@ -32,5 +32,9 @@ Feel free to chat with the Bundler core team (and many other users) on IRC in the [#bundler](irc://irc.freenode.net/bundler) channel on Freenode, or via email on the [Bundler mailing list](http://groups.google.com/group/ruby-bundler). ### Contributing If you'd like to contribute to Bundler, that's awesome, and we <3 you. There's a guide to contributing to Bundler (both code and general help) over in [DEVELOPMENT](https://github.com/bundler/bundler/blob/master/DEVELOPMENT.md) + +### Code of Conduct + +Everyone interacting in the Bundler project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [Bundler code of conduct](https://github.com/bundler/bundler/blob/master/CODE_OF_CONDUCT.md). \ No newline at end of file