Remove beta install instructions

This commit is contained in:
Steve Klabnik 2013-01-14 10:50:10 -05:00
parent f88ac6de73
commit bca7fd7330
1 changed files with 1 additions and 1 deletions

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.