Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 361a37b

Browse files
fix grpc-web quickstart
1 parent 27a3d07 commit 361a37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart/web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This demo requires Docker Compose file
2323
```sh
2424
$ git clone https://github.com/grpc/grpc-web
2525
$ cd grpc-web
26-
$ docker-compose pull prereqs common node-server envoy commonjs-client
26+
$ docker-compose pull
2727
$ docker-compose up -d node-server envoy commonjs-client
2828
```
2929

0 commit comments

Comments
 (0)