Skip to content

Commit 0764342

Browse files
authored
doc(storage): wrong arguments for quickstart program (#6249)
1 parent 54725bf commit 0764342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/storage/quickstart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ https://cloud.google.com/docs/authentication/production
7171
3. Run the example, change the place holder to appropriate values:
7272

7373
```bash
74-
bazel run :quickstart -- [GCP PROJECT] [BUCKET NAME]
74+
bazel run :quickstart -- [BUCKET NAME]
7575
```
7676

7777
Please use the plain bucket name. Do **not** include any `gs://` prefix, and
@@ -112,7 +112,7 @@ https://cloud.google.com/docs/authentication/production
112112
4. Run the example, change the place holder to appropriate values:
113113

114114
```bash
115-
.build/quickstart [GCP PROJECT] [BUCKET NAME]
115+
.build/quickstart [BUCKET NAME]
116116
```
117117

118118
Please use the plain bucket name. Do **not** include any `gs://` prefix, and

0 commit comments

Comments
 (0)