Skip to content
Snippets Groups Projects
Commit 15dd5da9 authored by Jayant Kolhe's avatar Jayant Kolhe
Browse files

Update Step_1.md

parent 433cd8a4
No related branches found
No related tags found
No related merge requests found
...@@ -29,5 +29,5 @@ $ protoc -I . helloworld.proto --plugin=protoc-gen-grpc=external/grpc_java/bins/ ...@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment