From 3eb8d5515c8613cf6d5a41bbc85739fd47044d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kurowski?= Date: Wed, 11 Nov 2015 03:04:17 +0100 Subject: [PATCH] Table godoc links just useful --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 124daa0b..058fb134 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ An example server can be found in examples/server. Feature | Package | Description ------- | ------- | --------- -Discovery | Registry | A way of locating services to communicate with -Client | Client | Used to make RPC requests to a service -Server | Server | Listens and serves RPC requests -Pub/Sub | Broker | Publish and Subscribe to events +Discovery | [Registry](https://godoc.org/github.com/myodc/go-micro/registry) | A way of locating services to communicate with +Client | [Client](https://godoc.org/github.com/myodc/go-micro/client) | Used to make RPC requests to a service +Server | [Server](https://godoc.org/github.com/myodc/go-micro/server) | Listens and serves RPC requests +Pub/Sub | [Broker](https://godoc.org/github.com/myodc/go-micro/broker) | Publish and Subscribe to events ## Prerequisites