From 45a712e44f8698f0ad288bf4a1dcc266cfd0fd59 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:38:58 +0800 Subject: [PATCH] Update README.md --- grpc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/grpc/README.md b/grpc/README.md index e162681810..5dabfe8004 100644 --- a/grpc/README.md +++ b/grpc/README.md @@ -6,3 +6,4 @@ This module contains articles about gRPC - [Introduction to gRPC](https://www.baeldung.com/grpc-introduction) - [Streaming with gRPC in Java](https://www.baeldung.com/java-grpc-streaming) +- [Error Handling in gRPC](https://www.baeldung.com/grpcs-error-handling)