Merge pull request #2 from jayantkolhe/jayantkolhe-patch-2

Update Step_1.md
This commit is contained in:
Mugur Marculescu 2015-02-04 10:04:14 -08:00
commit 19cd22395f
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ $ protoc -I . helloworld.proto --plugin=protoc-gen-grpc=external/grpc_java/bins/
--java_out=src/main/java --java_out=src/main/java
``` ```
Next, in [Step-2](Step-2.md), we'll use the generated Stub implementation to Next, in [Step - 2](Step_2.md), we'll use the generated Stub implementation to
write a client that uses the generated code to make a call to a service. write a client that uses the generated code to make a call to a service.