From 84cb7b71e9f8d299906be28c506b0665e0971955 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 5 Jan 2025 10:25:05 +0900 Subject: [PATCH] chore(doc): Remove basic guide to config dependency (#2120) --- tonic-types/README.md | 8 -------- tonic-web/README.md | 7 ------- 2 files changed, 15 deletions(-) diff --git a/tonic-types/README.md b/tonic-types/README.md index 1818a1400..f1e0ca9bd 100644 --- a/tonic-types/README.md +++ b/tonic-types/README.md @@ -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-types = -``` - ## Examples The examples bellow cover a basic use case of the [gRPC Richer Error Model]. diff --git a/tonic-web/README.md b/tonic-web/README.md index c5095fa02..110e30b49 100644 --- a/tonic-web/README.md +++ b/tonic-web/README.md @@ -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 = "" -``` - ## Enabling tonic services The easiest way to get started, is to call the function with your tonic service