aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb/README.md
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-12-08 14:38:52 -0800
committerGravatar yang-g <yangg@google.com>2015-12-08 14:38:52 -0800
commitbd000af27896441b34b3d1983db5ea1ec645cc43 (patch)
treedf9e852991348d49497be5e5a9e2b0786861da86 /src/ruby/pb/README.md
parent0edc362f91dea54f0b094daddc589b25b94f31bb (diff)
parent5ecd75fdf6f047f251bea8b61219687b72102a4d (diff)
merge with head
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`