diff --git a/README.md b/README.md index 11d3f59..cc40cfc 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ After creating an API key, enable these APIs: ### Deploy -You must create a `secret.env` with your API Key: +You must create a `.env.yaml` with your API Key: ```env API_KEY=AIsdfyCnTEiLTroDN14NTtpPm1n7jrBR844ID4A @@ -74,4 +74,4 @@ You can deploy this project to Google Cloud Functions by running the following s ```sh gcloud config set project $MY_PROJECT sh deploy.sh -``` \ No newline at end of file +```