diff --git a/README.md b/README.md index 7c9e6c3..6a8f676 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,14 @@ Login into Google Cloud using the account It encodes the file into base64 format and copies into your clipboard. 9. Now go back to browser and for value: press the paste buttons (CMD + V on Mac / CTRL + V on windows) -### Step 9: Update circle.yaml file with Google Cloud Project ID +### Step 9: Update circle.yml file with Google Cloud Project ID -In your local repository, update `circle.yaml` file by replacing the `` at two places with your Project ID from google cloud. +In your local repository, update `circle.yml` file by replacing the `` at two places with your Project ID from google cloud. Then, -`git add circle.yaml`
-`git commit -m 'updating circle.yaml with project id'`
+`git add circle.yml`
+`git commit -m 'updating circle.yml with project id'`
`git push origin master`
How do I find my project Id?