From ffd89599a06e44de68c7ff6f3c252b10be69be67 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 23 May 2020 16:46:50 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0359e027..8d6421da 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Go Micro is a framework for distributed systems development. ## Overview Go Micro provides the core requirements for distributed systems development including RPC and Event driven communication. -The **micro** philosophy is sane defaults with a pluggable architecture. We provide defaults to get you started quickly +The **Micro** philosophy is sane defaults with a pluggable architecture. We provide defaults to get you started quickly but everything can be easily swapped out. From bd049a51e6373e707e3219c5ebfe10f3fde5984a Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 23 May 2020 16:47:23 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d6421da..e95d2276 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ but everything can be easily swapped out. Plugins are available at [github.com/micro/go-plugins](https://github.com/micro/go-plugins). -Follow us on [Twitter](https://twitter.com/microhq) or join the [Community](https://micro.mu/slack). +Follow us on [Twitter](https://twitter.com/microhq) or join the [Community](https://slack.micro.mu). ## Features