From ccaa20858bdabbdba07f47ecb2479491a3d72f02 Mon Sep 17 00:00:00 2001 From: MUHAMMAD ALI Date: Thu, 27 May 2021 18:57:52 -0700 Subject: [PATCH] Updated Introduction --- task-1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/task-1/README.md b/task-1/README.md index 2e91bec..820c27b 100644 --- a/task-1/README.md +++ b/task-1/README.md @@ -3,11 +3,11 @@ In this task-1, we will create a new Cloud Project and activate the Cloud Shell 1. Open Google Cloud Console using this [link](https://console.cloud.google.com/) -3. Create a new Google Cloud project with the name: +2. Create a new Google Cloud project with the name: ```bash ml-gke-project ``` -4. Activate Cloud Shell using: +3. Activate Cloud Shell using: ```bash gcloud init ```