From bca7fd7330faf7299a3537154b95983b3bea53c0 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 14 Jan 2013 10:50:10 -0500 Subject: [PATCH] Remove beta install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d57852..3c0a5c9 100644 --- a/README.md +++ b/README.md @@ -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.