From 32f9546ed5ae9f7d654b8f2dde8251f58b6d917f Mon Sep 17 00:00:00 2001 From: Asim Date: Sun, 3 Jul 2016 02:52:04 +0100 Subject: [PATCH] nitpick --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6de73bf..cd38b846 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ Everything in go-micro is **pluggable**. You can find and contribute to plugins Go Micro abstracts way the details of distributed systems and makes building microservices simple. Beneath the covers it provides a number of features. -**Service Discovery** - Applications are automatically registered with service discovery so they can locate each other +**Service Discovery** - Applications are automatically registered with service discovery so they can locate each other. **Load Balancing** - Smart client side load balancing is used to balance requests between instances of a service. **Synchronous Communication** - Request-response is provided as a bidirectional streaming transport layer. -**Asynchronous Communication** - Microservices are an event driven architecture. Publish and Subscribe via the Broker. +**Asynchronous Communication** - Microservices should promote an event driven architecture. Publish and Subscribe semantics are built in. **Message Encoding** - Micro services can encode requests in a number of encoding formats and seamlessly decode based on the Content-Type header.