Minor bugfix change to README

This commit is contained in:
sgomes 2013-08-09 14:41:53 +01:00
parent 105510adf2
commit 630651c4b5
1 changed files with 1 additions and 1 deletions

View File

@ -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(