Skip to content

Commit

Permalink
fix numbered list
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPaulBrewer authored Jan 9, 2018
1 parent e130362 commit 89945e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The tests use these OAuth2 scopes
* `"https://www.googleapis.com/auth/drive"` Create files and read files made by the app.
* `"https://www.googleapis.com/auth/drive.appfolder"` Use the hidden appDataFolder.

1. set these environment variables
2. set these environment variables

* `GOOGLE_DRIVE_CLIENT_ID`
* `GOOGLE_DRIVE_SECRET`
Expand All @@ -21,7 +21,7 @@ The tests use these OAuth2 scopes
* `GOOGLE_DRIVE_REFRESH_TOKEN`
* `GOOGLE_DRIVE_EXPIRY_DATE`

then run `npm test`
3. then run `npm test`

Note: In production, your web app will obtain the refresh token the first time your visitor logs into Google Drive and enables the app, and will receive
access_tokens every time your visitor logs in with Google Drive.
Expand Down

0 comments on commit 89945e1

Please sign in to comment.