Skip to content

Commit 738ccba

Browse files
authored
chore(web): Minor enhancement in document (#956)
1 parent c097052 commit 738ccba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tonic-web/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# tonic-web
22

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

66
## Getting Started
77

88
```toml
99
[dependencies]
10-
tonic_web = "0.1"
10+
tonic-web = "<tonic-web-version>"
1111
```
1212

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

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

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

0 commit comments

Comments
 (0)