Skip to content

Commit

Permalink
docs(tonic-build): Fix wrong hightlight (hyperium#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev authored May 21, 2024
1 parent a6d28f8 commit d4a1332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tonic-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Required dependencies

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

[build-dependencies]
tonic-build = <tonic-version>
tonic-build = "<tonic-version>"
```

## Examples
Expand Down

0 comments on commit d4a1332

Please sign in to comment.