1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

Remove beta install instructions

This commit is contained in:
Steve Klabnik 2013-01-14 10:50:10 -05:00
parent f88ac6de73
commit bca7fd7330

View file

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