From c04b97431100aa1937f859b474baa3a56e7ad1d8 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 5 Apr 2018 13:50:10 +0100 Subject: [PATCH] nitpick the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ec0c7c2..8846fb21 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Go Micro abstracts away the details of distributed systems. Here are the main fe - **Service Discovery** - Automatic service registration and name resolution - **Load Balancing** - Client side load balancing built on discovery -- **Sync Comms** - RPC based communication with support for bidirectional streaming -- **Async Comms** - Native PubSub messaging built in for event driven architectures -- **Message Encoding** - Dynamic encoding based on content-type with protobuf and json out of the box +- **Message Encoding** - Dynamic encoding based on content-type with protobuf and json support +- **Sync Streaming** - RPC based communication with support for bidirectional streaming +- **Async Messaging** - Native PubSub messaging built in for event driven architectures Go Micro supports both the Service and Function programming models. Read on to learn more.