Skip to content

Commit e7b65ab

Browse files
committed
doc: update README
1 parent a0033ae commit e7b65ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Cloud Run API Emulator provides application developers with a locally-running, e
99
Run cloud-run-api-emulator by using docker like below:
1010

1111
```
12-
$ docker run --publish 8000:8000 --detach ghcr.io/kauche/cloud-run-api-emulator:0.0.1
12+
$ docker run --publish 8000:8000 --detach ghcr.io/kauche/cloud-run-api-emulator:0.0.2
1313
```
1414

1515
And then, you can use the emulator through a gRPC client like below:

0 commit comments

Comments
 (0)