summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-06-25 08:14:54 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-06-25 08:14:54 -0700
commita96f7ccfe6ba070447b0f3a6a6d14593eb1f8121 (patch)
treed0199d15abffd1b1e00e2f58b5cea526a46ebe0b /README.md
parentf11efb087d648faa92eb79ccb07a592f13c028f0 (diff)
parentb5db5535355e37a9bc23b87acc602e0398b3ec3c (diff)
downloadbundler-a96f7ccfe6ba070447b0f3a6a6d14593eb1f8121.tar.gz
Merge tag 'v1.10.5'
Version 1.10.5 # Conflicts: # README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 55eb6e80e7..c467673067 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ It does this by managing the gems that the application depends on. Given a list
```
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.
@@ -34,3 +34,7 @@ Feel free to chat with the Bundler core team (and many other users) on IRC in th
### 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).