From edc8a8b771dade6f1bdc83dd41068123520bfd87 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 21 Nov 2018 11:15:34 +0000 Subject: [PATCH] nitpick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24eb2f20..9c6ec0e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Go Micro [![License](https://img.shields.io/:license-apache-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![GoDoc](https://godoc.org/github.com/micro/go-micro?status.svg)](https://godoc.org/github.com/micro/go-micro) [![Travis CI](https://api.travis-ci.org/micro/go-micro.svg?branch=master)](https://travis-ci.org/micro/go-micro) [![Go Report Card](https://goreportcard.com/badge/micro/go-micro)](https://goreportcard.com/report/github.com/micro/go-micro) -Go Micro is a pluggable framework for microservice development. +Go Micro is a pluggable framework for distributed systems development. The **micro** philosophy is sane defaults with a pluggable architecture. We provide defaults to get you started quickly but everything can be swapped out. Plugins are available at [github.com/micro/go-plugins](https://github.com/micro/go-plugins).