From 7e37404b87059afbdce2623328eb533acb5bf794 Mon Sep 17 00:00:00 2001 From: Saketram Durbha Date: Thu, 20 Aug 2020 15:45:23 -0400 Subject: [PATCH] fix README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc513e8..b35a555 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ your sample to Cloud Run based on whether your sample is Java-based (has a pom.x If your sample is Java-based, your sample will be built and pushed to the Container Registry using `mvn compile com.google.cloud.tools:jib-maven-plugin:2.0.0:build -Dimage=[image_tag]`. -Otherwise, your sample will be build and pushed to the Container Registry using +Otherwise, your sample will be built and pushed to the Container Registry using `gcloud builds submit --tag=[image_tag]`. In both cases, `gcloud run deploy --image=[image_tag] --platform=managed`, will be used to deploy the container image to