Skip to content

Commit

Permalink
#57 update example README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Jan 30, 2021
1 parent c3e5274 commit 113e0b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/example-node-grpc-transport-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
This is a simple gRPC client using @protobuf-ts/grpc-transport.

The client is generated by @protobuf-ts/plugin without any additional
parameters. A GrpcTransport from the @protobuf-ts/grpc-transport
package is used to communicate over gRPC.
parameters. A GrpcTransport from the package @protobuf-ts/grpc-transport
is used to communicate over gRPC.

The client can be run against one of the example gRPC servers:
- example-node-grpc-backend-server (grpc-backend)
Expand Down
4 changes: 4 additions & 0 deletions packages/example-node-twirp-transport-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

This is a simple Twirp client using @protobuf-ts/twirp-transport.

The client is generated by @protobuf-ts/plugin without any additional
parameters. A TwirpFetchTransport from the package @protobuf-ts/twirp-transport
is used to communicate over gRPC.

The client can be run against the example Twirp server in the
directory "example-go-twirp-server".

Expand Down

0 comments on commit 113e0b6

Please sign in to comment.