ttrpc: update examples after name change

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-11-15 17:09:36 -08:00
parent f147d6ca77
commit bd8c759c72
5 changed files with 69 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
# mgrpc
# ttrpc
GRPC for low-memory environments.
@@ -19,8 +19,8 @@ GRPC services, as they do not speak the same protocol.
# Usage
Create a gogo vanity binary (see
[`cmd/protoc-gen-gogomgrpc/main.go`](cmd/protoc-gen-gogomgrpc/main.go) for an
example with the mgrpc plugin enabled.
[`cmd/protoc-gen-gogottrpc/main.go`](cmd/protoc-gen-gogottrpc/main.go) for an
example with the ttrpc plugin enabled.
It's recommended to use [`protobuild`](https://github.com/stevvooe/protobuild)
to build the protobufs for this project, but this will work with protoc