Skip to content

Commit

Permalink
chore(web): Minor enhancement in document (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Apr 1, 2022
1 parent c097052 commit 738ccba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tonic-web/README.md
@@ -1,13 +1,13 @@
# tonic-web

Enables tonic servers to handle requests from `grpc-web` clients directly,
without the need of an external proxy.
without the need of an external proxy.

## Getting Started

```toml
[dependencies]
tonic_web = "0.1"
tonic-web = "<tonic-web-version>"
```

## Enabling tonic services
Expand Down Expand Up @@ -35,4 +35,4 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {

See [the examples folder][example] for a server and client example.

[example]: https://github.com/hyperium/tonic/tree/master/examples/src/tower
[example]: https://github.com/hyperium/tonic/tree/master/examples/src/grpc-web

0 comments on commit 738ccba

Please sign in to comment.