diff --git a/Step_1.md b/Step_1.md index 4ac68aba5dfb2146344b650ea2e4b40a9b242f80..da85cb4e10f0073d77ac12f7abaa536e880103f6 100644 --- a/Step_1.md +++ b/Step_1.md @@ -29,5 +29,5 @@ $ protoc -I . helloworld.proto --plugin=protoc-gen-grpc=external/grpc_java/bins/ --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.