From d1be2db65132f0328df751fdfe161b64d26cc7a6 Mon Sep 17 00:00:00 2001 From: sugitak Date: Tue, 11 Aug 2015 19:10:28 +0900 Subject: [PATCH] update README.md to 0.9.pre3 A couple of updates for installing pre3. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3e9a7bda..00c3f845b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ migrate to the latest version. Add this line to your application's Gemfile: ```ruby -gem 'google-api-client', '0.9.pre2' +gem 'google-api-client', '0.9.pre3' ``` @@ -25,7 +25,7 @@ And then execute: Or install it yourself as: - $ gem install google-api-client + $ gem install google-api-client --pre ## Usage