Skip to content

Commit

Permalink
updated example link in docs (grpc#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpratt authored and jonny-improbable committed Aug 31, 2019
1 parent e8ccb26 commit 5504276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/grpc-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please see the full [gRPC-Web README](https://github.com/improbable-eng/grpc-web

## Example Project

There is an [example project available here](https://github.com/improbable-eng/grpc-web/tree/master/example)
There is an [example project available here](https://github.com/improbable-eng/grpc-web/tree/master/client/grpc-web-react-example)

## Usage Overview
* Use [`ts-protoc-gen`](https://www.npmjs.com/package/ts-protoc-gen) with [`protoc`](https://github.com/google/protobuf) to generate `.js` and `.d.ts` files for your request and response classes. `ts-protoc-gen` can also generate gRPC service definitions with the `service=true` argument.
Expand Down

0 comments on commit 5504276

Please sign in to comment.