Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vitogit committed Nov 25, 2016
1 parent 4899e26 commit 1709587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Add them to your app, for instance:

Initialize it:

SCOPES: scopes to request, as a space-delimited string.
CLIENT_ID: The app's client ID, found and created in the Google Developers Console.
DISCOVERY_DOCS: are the apis that we are going to use. An array of discovery doc URLs or discovery doc JSON objects.
- SCOPES: scopes to request, as a space-delimited string.
- CLIENT_ID: The app's client ID, found and created in the Google Developers Console.
- DISCOVERY_DOCS: are the apis that we are going to use. An array of discovery doc URLs or discovery doc JSON objects.

```
var SCOPES = 'https://www.googleapis.com/auth/drive.file'
Expand Down

0 comments on commit 1709587

Please sign in to comment.