Minor bugfix change to README
authorsgomes <sergiomdgomes@gmail.com>
Fri, 9 Aug 2013 13:41:53 +0000 (14:41 +0100)
committersgomes <sergiomdgomes@gmail.com>
Fri, 9 Aug 2013 13:41:53 +0000 (14:41 +0100)
README.md

index ac77f4ad0b983f1f95329b71964d11ee7e0f8e2c..983f43c5a39e0b4a66baf0a47957a72f080dfe28 100644 (file)
--- 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(