From 23f1de80c578137bcb758f545f4e8a1ed86f8cdb Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 17 Jan 2022 13:35:01 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4890f759..bda32d0e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,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. -Our philosophy is sane defaults with a pluggable architecture. We provide defaults to get you started quickly +The Go Micro philosophy is sane defaults with a pluggable architecture. We provide defaults to get you started quickly but everything can be easily swapped out. ## Features