Skip to content

Commit

Permalink
Merge pull request #8670 from gyuho/rrr
Browse files Browse the repository at this point in the history
README: update 'goreman' guide with 'grpc-proxy'
  • Loading branch information
gyuho authored Oct 9, 2017
2 parents a68a3dc + 90c3f91 commit 71197ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 71197ab

Please sign in to comment.