Merge pull request #713 from kukula/remove_outdated_version_from_instalation_manual

Remove outdated version from installation manual in README
This commit is contained in:
Sean Linsley 2016-07-04 13:54:36 -05:00 committed by GitHub
commit dc6296a732
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ Decorators are the ideal place to:
Add Draper to your Gemfile:
```ruby
gem 'draper', '~> 1.3'
gem 'draper'
```
And run `bundle install` within your app's directory.