Doc: Add that grpc-proxy is optional in readme

The script allows optionally enabling `grpc-proxy` so reflecting it in the doc…
This commit is contained in:
Zi Chien Chew
2020-09-16 16:48:51 -04:00
committed by Zi Chien Chew
parent 3e1a64913a
commit be348f0ea6

View File

@@ -141,7 +141,7 @@ Our [Procfile script](./Procfile) will set up a local example cluster. Start it
goreman start
```
This will bring up 3 etcd members `infra1`, `infra2` and `infra3` and etcd `grpc-proxy`, which runs locally and composes a cluster.
This will bring up 3 etcd members `infra1`, `infra2` and `infra3` and optionally etcd `grpc-proxy`, which runs locally and composes a cluster.
Every cluster member and proxy accepts key value reads and key value writes.