Remove outdated version from installation manual in README

It's misleading for nice guys who follow manuals :)
This commit is contained in:
Anatoliy Kukul 2016-01-07 17:19:44 +01:00
parent 57a514133b
commit 35bca514a9
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.