From 0113304a1332a91e2bd07598888dba280baf3d98 Mon Sep 17 00:00:00 2001 From: Asim Date: Sun, 29 Nov 2015 20:45:43 +0000 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38d6f0e..5c369a27 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Feature | Package | Description ------- | ------- | --------- Discovery | [Registry](https://godoc.org/github.com/micro/go-micro/registry) | A way of locating services to communicate with Client | [Client](https://godoc.org/github.com/micro/go-micro/client) | Used to make RPC requests to a service -Codec | [Client](https://godoc.org/github.com/micro/go-micro/codec) | Encoding/Decoding handler for requests +Codec | [Codec](https://godoc.org/github.com/micro/go-micro/codec) | Encoding/Decoding handler for requests Server | [Server](https://godoc.org/github.com/micro/go-micro/server) | Listens and serves RPC requests Pub/Sub | [Broker](https://godoc.org/github.com/micro/go-micro/broker) | Publish and Subscribe to events Transport | [Transport](https://godoc.org/github.com/micro/go-micro/transport) | Communication mechanism between services