From 9f17b91fcba8fa769bde62d0cc505d4fbff10eb0 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 10 Feb 2017 12:36:42 +0000 Subject: [PATCH] add link to docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8bb4b72f..31c899d4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Go Micro abstracts way the details of distributed systems. Here are the main fea - **Message Encoding** - Micro services can encode requests in a number of encoding formats and seamlessly decode based on the Content-Type header. - **RPC Client/Server** - The client and server leverage the above features and provide a clean simple interface for building microservices. +## Docs + +For more detailed information on the architecture, installation and use of go-micro checkout the [docs](https://micro.mu/docs). + ## Learn By Example An example service can be found in [**examples/service**](https://github.com/micro/examples/tree/master/service). The [**examples**](https://github.com/micro/examples) directory contains many more examples for using things such as middleware/wrappers, selector filters, pub/sub and code generation.