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

Commit 96ba9ce

Browse files
authored
docs(README): Correct index creation command (#31)
Fixes #30
1 parent 1084cbc commit 96ba9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ If all tests pass, the code is automatically deployed to a [Cloud Functions Endp
122122
* Clone this repo
123123
* Create GCP Datastore indexes
124124
```
125-
gcloud datastore create-indexes index.yaml
125+
gcloud datastore indexes create index.yaml
126126
```
127127
* 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!
128128
* Ensure Datastore indexes are created before proceeding by checking [here](https://console.cloud.google.com/datastore/indexes)

0 commit comments

Comments
 (0)