Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
docs(README): Correct index creation command (#31)
Browse files Browse the repository at this point in the history
Fixes #30
  • Loading branch information
anishkny authored Jan 18, 2019
1 parent 1084cbc commit 96ba9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ If all tests pass, the code is automatically deployed to a [Cloud Functions Endp
* Clone this repo
* Create GCP Datastore indexes
```
gcloud datastore create-indexes index.yaml
gcloud datastore indexes create index.yaml
```
* Create a [service account](https://cloud.google.com/compute/docs/access/service-accounts) and store the credentials as `service-account-key.json` in the repo root folder - DO NOT SHARE THIS FILE!
* Ensure Datastore indexes are created before proceeding by checking [here](https://console.cloud.google.com/datastore/indexes)
Expand Down

0 comments on commit 96ba9ce

Please sign in to comment.