From ab468fe30078b5be85290feb2d26101858d59b6a Mon Sep 17 00:00:00 2001 From: xz-dev <32761048+xz-dev@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:27:00 +0800 Subject: [PATCH] docs(tonic-build): Fix wrong hightlight --- 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