aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/pb/README.md')
-rw-r--r--src/ruby/pb/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/pb/README.md b/src/ruby/pb/README.md
index 84644e1098..e04aef185c 100644
--- a/src/ruby/pb/README.md
+++ b/src/ruby/pb/README.md
@@ -20,7 +20,7 @@ re-generate the surface.
```bash
$ # (from this directory)
-$ protoc -I . grpc/health/v1alpha/health.proto \
+$ protoc -I ../../proto ../../proto/grpc/health/v1alpha/health.proto \
--grpc_out=. \
--ruby_out=. \
--plugin=protoc-gen-grpc=`which grpc_ruby_plugin`