Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(web): Minor enhancement in document #956

Merged
merged 2 commits into from Apr 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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