From 5fe144bda87c3f1ea65035a914fc447e652f1c8a Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 26 Dec 2020 15:22:41 +0000 Subject: [PATCH 1/2] Update README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 80400559..585d57ac 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,6 @@ # Examples -This is a repository for micro examples. Feel free to contribute. +This is a repository for go-micro examples. Feel free to contribute. ## Contents From f44b832bac84b1ddce18281414e4f630f6ecb6b8 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 26 Dec 2020 15:23:06 +0000 Subject: [PATCH 2/2] Update README.md --- cmd/protoc-gen-micro/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/protoc-gen-micro/README.md b/cmd/protoc-gen-micro/README.md index 2dfcc000..320c9e68 100644 --- a/cmd/protoc-gen-micro/README.md +++ b/cmd/protoc-gen-micro/README.md @@ -1,6 +1,6 @@ # protoc-gen-micro -This is protobuf code generation for micro. We use protoc-gen-micro to reduce boilerplate code. +This is protobuf code generation for go-micro. We use protoc-gen-micro to reduce boilerplate code. ## Install