From 89945e1b3ca78abe24eed32a93570e6075e17a10 Mon Sep 17 00:00:00 2001 From: Dr Paul Brewer Date: Mon, 8 Jan 2018 22:29:08 -0500 Subject: [PATCH] fix numbered list --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index da96ddd..4809630 100644 --- a/test/README.md +++ b/test/README.md @@ -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` @@ -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.