Skip to content

Commit 797e44a

Browse files
chore: gemini review advice
1 parent c2f88f0 commit 797e44a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

run/helloworld-fastapi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This sample shows how to deploy a Hello World FastAPI application to Cloud Run.
1111

1212
* Set an environment variable with your GCP Project ID:
1313

14-
```
14+
```sh
1515
export GOOGLE_CLOUD_PROJECT=<PROJECT_ID>
1616
```
1717

@@ -29,7 +29,7 @@ docker run --rm gcr.io/${GOOGLE_CLOUD_PROJECT}/helloworld-fastapi
2929

3030
## Test
3131

32-
```
32+
```sh
3333
pytest
3434
```
3535

run/helloworld-streamlit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This sample shows how to deploy a Hello World Streamlit application to Cloud Run
1111

1212
* Set an environment variable with your GCP Project ID:
1313

14-
```
14+
```sh
1515
export GOOGLE_CLOUD_PROJECT=<PROJECT_ID>
1616
```
1717

@@ -29,7 +29,7 @@ docker run --rm gcr.io/${GOOGLE_CLOUD_PROJECT}/helloworld-streamlit
2929

3030
## Test
3131

32-
```
32+
```sh
3333
pytest
3434
```
3535

0 commit comments

Comments
 (0)