From ef01add38de82ce02e685a2c71f70cd717a75da5 Mon Sep 17 00:00:00 2001 From: Andrew Haines Date: Mon, 14 Jan 2013 19:35:04 +0000 Subject: [PATCH] Relax suggested version specification [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 091893b..2a53a38 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Decorators are the ideal place to: Add Draper to your Gemfile: ```ruby -gem 'draper', '~> 1.0.0' +gem 'draper', '~> 1.0' ``` And run `bundle install` within your app's directory.