Skip to content

Commit

Permalink
Fix JSON syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyjkemp authored Jun 18, 2019
1 parent e0558c3 commit 6a7e66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc-dump/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The output of `grpc-dump` is split between stdout and stderr. Messages designed
The JSON stream is a newline separated list of JSON objects (designed to be easily processed by tools like [`jq`](https://stedolan.github.io/jq/)).

Each message has the format:
```json
```json5
{
"service" : "gRPC Service name",
"method" : "gRPC Method name",
Expand Down

0 comments on commit 6a7e66d

Please sign in to comment.