From d2656989109b739a376bf1d250d7c3383cf49ce2 Mon Sep 17 00:00:00 2001 From: Steve Bazyl Date: Fri, 18 Dec 2015 15:21:47 -0800 Subject: [PATCH] Update README.md Minor tweak to install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1727721f1..cd4913af3 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.pre3' +gem 'google-api-client', '0.9.pre4' ```