Skip to content

Commit

Permalink
chore(doc): Remove basic guide to config dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jan 5, 2025
1 parent da653ed commit 7fe0c58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions tonic-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ be returned to gRPC clients. Moreover, the trait also adds methods to
[`tonic::Status`] that can be used by a tonic client to extract error details,
and handle them with ease.

## Getting Started

```toml
[dependencies]
tonic = <tonic-version>
tonic-types = <tonic-types-version>
```

## Examples

The examples bellow cover a basic use case of the [gRPC Richer Error Model].
Expand Down
7 changes: 0 additions & 7 deletions tonic-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
Enables tonic servers to handle requests from `grpc-web` clients directly,
without the need of an external proxy.

## Getting Started

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

## Enabling tonic services

The easiest way to get started, is to call the function with your tonic service
Expand Down

0 comments on commit 7fe0c58

Please sign in to comment.