From da545c420e1cfd60343ba303541fcf405848e7d2 Mon Sep 17 00:00:00 2001 From: Piyush Shah Date: Wed, 19 Dec 2018 16:31:46 -0800 Subject: [PATCH] Changed project name to project id to be consistent with gcloud command reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdd9ed5..0bd77ae 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,10 @@ gcloud config set compute/zone us-west1-a Updated property [compute/zone]. ``` - Where the project name is `my-project-name`: + Where the project id is `my-project-id`: ```console -gcloud config set project my-project-name +gcloud config set project my-project-id Updated property [core/project]. ```