Minor - add missing instruction (#11131)

The "list" instruction was missing, so the command didn't work properly
This commit is contained in:
Mir3605 2024-05-29 09:15:44 +02:00 committed by GitHub
parent df01271687
commit c31dbf48ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
```