diff --git a/README.md b/README.md index e71fbf1..6123e82 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ Microservice framework with powerful service discovery using [Consul](https://ww [![Build Status](https://travis-ci.org/microphonejs/microphone-core.svg?branch=master)](https://travis-ci.org/microphonejs/microphone-core) [![Coverage Status](https://coveralls.io/repos/github/microphonejs/microphone-core/badge.svg?branch=master)](https://coveralls.io/github/microphonejs/microphone-core?branch=master) -> Just develop your app using your favorite framework Express, Hapi, Restify etc then **Microphone.js** takes care of the rest. It starts application on available port registers application to **[Consul](https://www.consul.io/)** or **[ETCD](https://coreos.com/etcd/)** and starts **_reaper_** that polls for critical instances and deregister them. Also, **microphone.js** provides **/status** endpoint for [Consul Health Checks](https://www.consul.io/intro/getting-started/checks.html). Also, **microphone.js** provides client to select random instance to communicate. +> Just develop your app using your favorite framework Express, Hapi, Restify etc then **Microphone.js** takes care of the rest. It starts application on available port registers application to **[Consul](https://www.consul.io/)** or **[ETCD](https://coreos.com/etcd/)** and starts **_reaper_** that polls for critical instances and deregister them. **microphone.js** provides **/status** endpoint for [Consul Health Checks](https://www.consul.io/intro/getting-started/checks.html). Also, it provides client to select random instance to communicate. ![](https://raw.githubusercontent.com/microphonejs/microphone-core/master/misc/microphone-consul-fabio.png)