From 4a5b91c2156cc65598817116191263e1c86ff7ac Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 20 Oct 2020 10:17:33 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1aba0e77..e93dcaff 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Event notifications are a core pattern in micro service development. The default leadership are built in as a Sync interface. When using an eventually consistent database or scheduling use the Sync interface. - **Pluggable Interfaces** - Go Micro makes use of Go interfaces for each distributed system abstraction. Because of this these interfaces -are pluggable and allows Go Micro to be runtime agnostic. You can plugin any underlying technology. Find third party (non stdlib) plugins in -[github.com/asim/go-plugins](https://github.com/asim/go-plugins). +are pluggable and allows Go Micro to be runtime agnostic. You can plugin any underlying technology. Find external third party (non stdlib) +plugins in [github.com/asim/go-plugins](https://github.com/asim/go-plugins). ## Getting Started