From 90c3f91f29bfa43d7105c4e6f69e3fe71b5acf75 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Mon, 9 Oct 2017 09:28:22 -0700 Subject: [PATCH] README: update 'goreman' guide with 'grpc-proxy' Signed-off-by: Gyu-Ho Lee --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b807a74bd..7f8cf08d0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,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 proxy `proxy`, which runs locally and composes a cluster. +This will bring up 3 etcd members `infra1`, `infra2` and `infra3` and etcd `grpc-proxy`, which runs locally and composes a cluster. Every cluster member and proxy accepts key value reads and key value writes.