From c31dbf48ad9b07d6e743814b06f15dd23d26d622 Mon Sep 17 00:00:00 2001 From: Mir3605 <120521300+Mir3605@users.noreply.github.com> Date: Wed, 29 May 2024 09:15:44 +0200 Subject: [PATCH] Minor - add missing instruction (#11131) The "list" instruction was missing, so the command didn't work properly --- examples/example-reflection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```