Skip to content

Commit 9d6cc9e

Browse files
authored
Small tweaks to quickstart docs (#186)
1 parent e4de44f commit 9d6cc9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstarts/03-quickstart-cloudrun.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ your function in a single step.
5858

5959
```shell
6060
gcloud beta run deploy NAME \
61-
--source=PATH` \ # can use $PWD or . for current dir
61+
--source=PATH \ # can use $PWD or . for current dir
6262
--project=PROJECT \ # the Google Cloud project ID
6363
--region=REGION \ # ex: us-central1
64-
--platform managed \ # for Cloud Run
64+
--platform=managed \ # for Cloud Run
6565
--allow-unauthenticated # for public access
6666
```
6767

0 commit comments

Comments
 (0)