We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c097052 commit 738ccbaCopy full SHA for 738ccba
tonic-web/README.md
@@ -1,13 +1,13 @@
1
# tonic-web
2
3
Enables tonic servers to handle requests from `grpc-web` clients directly,
4
-without the need of an external proxy.
+without the need of an external proxy.
5
6
## Getting Started
7
8
```toml
9
[dependencies]
10
-tonic_web = "0.1"
+tonic-web = "<tonic-web-version>"
11
```
12
13
## Enabling tonic services
@@ -35,4 +35,4 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
35
36
See [the examples folder][example] for a server and client example.
37
38
-[example]: https://github.com/hyperium/tonic/tree/master/examples/src/tower
+[example]: https://github.com/hyperium/tonic/tree/master/examples/src/grpc-web
0 commit comments