From ac79fa67c1f46c619f64c35aef794dbe6d2d9bb4 Mon Sep 17 00:00:00 2001 From: Manuel Alabor Date: Mon, 28 Dec 2015 21:54:39 +0100 Subject: [PATCH] fix(readme): Add detail to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 094c985..7b261db 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # orchestra-jsapi [![Build Status](https://travis-ci.org/swissmanu/orchestra-jsapi.svg)](https://travis-ci.org/swissmanu/orchestra-jsapi) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -`orchestra-jsapi` abstracts the functionality provided by [harmonyhubjs-client](https://github.com/swissmanu/harmonyhubjs-client) and [harmonyhubjs-discover](https://github.com/swissmanu/harmonyhubjs-discover) behind a vanilla JavaScript interface. Doing this, interaction with Logitechs Harmony hubs becomes a breeze for every Node.JS developer. +`orchestra-jsapi` abstracts the functionality provided by [harmonyhubjs-client](https://github.com/swissmanu/harmonyhubjs-client) and [harmonyhubjs-discover](https://github.com/swissmanu/harmonyhubjs-discover) behind a vanilla JavaScript interface. Using an `EventEmitter` and a simple promise based API, interaction with Logitechs Harmony hubs becomes a breeze for every Node.JS developer. ## Usages