From c7e114fa1942c64d05f1bb9fde479849d9cbda1e Mon Sep 17 00:00:00 2001 From: Asim Date: Thu, 2 Apr 2015 21:47:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0831ce7..035d0752 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Go Micro - a microservices client/server library +# Go Micro -This a minimalistic step into microservices using HTTP/RPC and protobuf. It's the first implementation of a microservices "spec" called [Micro](https://github.com/asim/micro). +Go Micro is a microservices client/server library utilising HTTP/RPC and protobuf. It is part of the [Micro](https://github.com/asim/micro) toolchain. An example server can be found in go-micro/template.