From 0410508385c639b0b7283b90060e089c9ff14faf Mon Sep 17 00:00:00 2001 From: Asim Date: Wed, 13 Apr 2016 11:30:17 +0100 Subject: [PATCH] add link to blog post --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb1d242d..422becef 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ Go Micro is a pluggable RPC based microservice library which provides the fundamental building blocks for writing distributed applications. It is part of the [Micro](https://github.com/micro/micro) toolkit. It supports Proto-RPC and JSON-RPC as the request/response protocol out of the box and defaults to Consul for discovery. -The Micro philosophy is "batteries included" with a pluggable architecture. We provide sane defaults but everything can be swapped out. +The Micro philosophy is sane defaults with a pluggable architecture. We provide defaults to get you started quickly but everything can be easily swapped out. An example service can be found in [**examples/service**](https://github.com/micro/go-micro/tree/master/examples/service). The [**examples**](https://github.com/micro/go-micro/tree/master/examples) directory contains many more examples for using things such as middleware/wrappers, selector filters, pub/sub and code generation. +Check out the blog post to learn how to write go-micro services [https://blog.micro.mu/2016/03/28/go-micro.html](https://blog.micro.mu/2016/03/28/go-micro.html). + Join the community to learn more: - [Mailing List](https://groups.google.com/forum/#!forum/micro-services) - [Slack](https://micro-services.slack.com) : [auto-invite](http://micro-invites.herokuapp.com/)