diff --git a/content/blog/2018-08-15-grpc-with-json.md b/content/blog/2018-08-15-grpc-with-json.md index f849ede..44b89b0 100644 --- a/content/blog/2018-08-15-grpc-with-json.md +++ b/content/blog/2018-08-15-grpc-with-json.md @@ -20,7 +20,7 @@ gRPC is actually a collection of technologies that have high cohesion, rather th ```diff - Protobuf wire encoding - Protobuf generated message types -- gPRC generated stub types +- gRPC generated stub types + JSON wire encoding + Gson message types ```