From 9438fae607eddba286723575340f45bc1831a4f1 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 15 Jun 2017 19:57:27 +0100 Subject: [PATCH] long standing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c3f08d..a7bf7c45 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ check out the [Mailing List](https://groups.google.com/forum/#!forum/microhq). ## Features -Go Micro abstracts way the details of distributed systems. Here are the main features. +Go Micro abstracts away the details of distributed systems. Here are the main features. - **Service Discovery** - Applications are automatically registered with service discovery so they can find each other. - **Load Balancing** - Smart client side load balancing is used to balance requests between instances of a service.