From d4a1332d73009642b14fe9ce6b92d5c8589a19b8 Mon Sep 17 00:00:00 2001 From: xz-dev <32761048+xz-dev@users.noreply.github.com> Date: Tue, 21 May 2024 21:49:56 +0800 Subject: [PATCH] docs(tonic-build): Fix wrong hightlight (#1692) --- tonic-build/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tonic-build/README.md b/tonic-build/README.md index c4e3d5828..8f926f54b 100644 --- a/tonic-build/README.md +++ b/tonic-build/README.md @@ -8,11 +8,11 @@ Required dependencies ```toml [dependencies] -tonic = -prost = +tonic = "" +prost = "" [build-dependencies] -tonic-build = +tonic-build = "" ``` ## Examples