Skip to content

Commit c31dbf4

Browse files
authoredMay 29, 2024
Minor - add missing instruction (#11131)
The "list" instruction was missing, so the command didn't work properly
1 parent df01271 commit c31dbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/example-reflection/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Output
4545

4646
### List all the methods of a service
4747
```
48-
$ grpcurl -plaintext localhost:50051 helloworld.Greeter
48+
$ grpcurl -plaintext localhost:50051 list helloworld.Greeter
4949
```
5050
Output
5151
```

0 commit comments

Comments
 (0)