Skip to content

Commit

Permalink
Minor - add missing instruction
Browse files Browse the repository at this point in the history
The "list" instruction was missing, so the command didn't work properly
  • Loading branch information
Mir3605 authored Apr 29, 2024
1 parent 06df25b commit 5a1cd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-reflection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Output

### List all the methods of a service
```
$ grpcurl -plaintext localhost:50051 helloworld.Greeter
$ grpcurl -plaintext localhost:50051 list helloworld.Greeter
```
Output
```
Expand Down

0 comments on commit 5a1cd65

Please sign in to comment.