From 8cc5711289d04528f3b1f9340ef55898be699550 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 23 Nov 2018 14:25:46 +0000 Subject: [PATCH] update http client readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f63007..814d3ca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This plugin is a http client for go-micro. -The http client wraps net/http to provide a robust go-micro client with service discovery, load balancing and streaming. +## Overview + +The http client wraps `net/http` to provide a robust go-micro client with service discovery, load balancing and streaming. It complies with the [go-micro.Client](https://godoc.org/github.com/micro/go-micro/client#Client) interface. ## Usage