diff --git a/examples/example-reflection/README.md b/examples/example-reflection/README.md index 9bd91f3edb..801a27343d 100644 --- a/examples/example-reflection/README.md +++ b/examples/example-reflection/README.md @@ -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 ```