Skip to content

Commit 51f63d8

Browse files
authored
Use correct env file name. Fixes #2
1 parent 829af1f commit 51f63d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ After creating an API key, enable these APIs:
6363

6464
### Deploy
6565

66-
You must create a `secret.env` with your API Key:
66+
You must create a `.env.yaml` with your API Key:
6767

6868
```env
6969
API_KEY=AIsdfyCnTEiLTroDN14NTtpPm1n7jrBR844ID4A
@@ -74,4 +74,4 @@ You can deploy this project to Google Cloud Functions by running the following s
7474
```sh
7575
gcloud config set project $MY_PROJECT
7676
sh deploy.sh
77-
```
77+
```

0 commit comments

Comments
 (0)