diff --git a/README.md b/README.md index 94533f3..bc9642e 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ Tutorial about using gRPC with Go. 1. Added Greeting service code for server and client. [See link for more details.](https://github.com/nik-hil/go-grpc-course/commit/694d2c505269c8f9aaaed825b9c8cb9878801780) 1. Implemented doGreet & Greet fun. [See link for more details.](https://github.com/nik-hil/go-grpc-course/tree/eb04df75c5b3112ab8888b0576df2687450a379d) 1. Implemented Sever Streaming. [See link for more details.](https://github.com/nik-hil/go-grpc-course/tree/578ac699913e08946be36c0f8f9c6662443c7c65) +1. Implemented Client Streaming. [See link for more details.](https://github.com/nik-hil/go-grpc-course/tree/a9a650f11861bf463a57f3fa2dcd7cb208ffba71)