Skip to content

Commit 7335e5f

Browse files
fix(docs): runnable example sample (#3575)
Co-authored-by: Patti Shin <[email protected]>
1 parent c76cc84 commit 7335e5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Console](https://console.cloud.google.com/apis/library).
1717

1818
gcloud auth application-default login
1919

20-
1. Change directory to one of the sample folders, e.g. `datastore`.
20+
1. Change directory to one of the sample folders, e.g. `run/helloworld`.
2121

22-
cd datastore/
22+
cd run/helloworld
2323

2424
1. Install the dependencies.
2525

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ visit the [Google Cloud Samples][cloud_samples] page.
4040

4141
## How to run a sample
4242

43-
1. Change directory to one of the sample folders, e.g. `datastore`:
43+
1. Change directory to one of the sample folders, e.g. `run/helloworld`:
4444

45-
cd datastore/
45+
cd run/helloworld
4646

4747
1. Install the sample's dependencies (see the sample's README for details):
4848

0 commit comments

Comments
 (0)