Skip to content

Commit 9877ab5

Browse files
author
Lauren Long
committed
Fix sublists
Change-Id: I83564ad09dc9fe87631b290ce23b8998338c8ee0
1 parent 5334cf5 commit 9877ab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quickstarts/uppercase/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ To run the offline tests: run `npm test` inside the functions folder.
2929
To run the online tests:
3030
- Replace the `projectConfig` variable in `test/test.online.js` with configuration values from your project.
3131
- Download a service account key by following these instructions:
32-
..* Open the [Service Accounts pane](https://console.cloud.google.com/iam-admin/serviceaccounts) of the Google Cloud Console.
33-
..* Select the App Engine default service account, and use the options menu at right to select Create key.
34-
..* When prompted, select JSON for the key type, and click Create.
32+
⋅⋅* Open the [Service Accounts pane](https://console.cloud.google.com/iam-admin/serviceaccounts) of the Google Cloud Console.
33+
⋅⋅* Select the App Engine default service account, and use the options menu at right to select Create key.
34+
⋅⋅* When prompted, select JSON for the key type, and click Create.
3535
- Save the file in the test folder, and name it `service-account-key.json`
3636
- Run `npm run test-online` inside the functions folder.
3737

0 commit comments

Comments
 (0)