From 5a7acecf525ea235eb91ed26704af98a6464a604 Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Tue, 21 Mar 2017 13:03:44 -0700 Subject: [PATCH] Update stale path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69e3d39411e..2ce299f2a72 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`. ```sh protoc -I/usr/local/include -I. \ -I$GOPATH/src \ - -I$GOPATH/src/github.com/googleapis/googleapis/ \ + -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \ --go_out=,plugins=grpc:. \ path/to/your_service.proto ```