From 738ccba5e75c6f802ae55f210e1203984fa3ba81 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 2 Apr 2022 00:25:18 +0900 Subject: [PATCH] chore(web): Minor enhancement in document (#956) --- tonic-web/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tonic-web/README.md b/tonic-web/README.md index 318061374..035468d72 100644 --- a/tonic-web/README.md +++ b/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 = "" ``` ## Enabling tonic services @@ -35,4 +35,4 @@ async fn main() -> Result<(), Box> { 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