From 35d72660c801b2f6f9650a78cac6c39f388bd308 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 26 Dec 2020 15:42:10 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f95936db..47d7dd5a 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,7 @@ 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 plugins in -[github.com/micro/go-plugins](https://github.com/micro/go-plugins). +are pluggable and allows Go Micro to be runtime agnostic. You can plugin any underlying technology. ## Getting Started