From 630651c4b5f79ea24324818721baea4a43f9290d Mon Sep 17 00:00:00 2001 From: sgomes Date: Fri, 9 Aug 2013 14:41:53 +0100 Subject: [PATCH] Minor bugfix change to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac77f4ad0..983f43c5a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ flow = Google::APIClient::InstalledAppFlow.new( :client_secret => client_secrets.client_secret, :scope => ['https://www.googleapis.com/auth/plus.me'] ) -client.authorization = flow.authorize(file_storage) +client.authorization = flow.authorize # Make an API call. result = client.execute(