mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
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:
commit
dc6296a732
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue