From 78f1b77d8a807e2ce1d5cac67704d4ac9fc143a5 Mon Sep 17 00:00:00 2001 From: Foxi352 Date: Sun, 23 Apr 2017 10:36:18 +0200 Subject: [PATCH] README style correction --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 25b7875..75f07e7 100755 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -#Attention: This software is in alpha state !!! +# Attention: This software is in alpha state !!! -#homebridge-smarthomeng +# homebridge-smarthomeng Homebridge plugin for SmartHomeNG -##Currently supported +## Currently supported This plugin currently supports: * LightBulb with on/off and brightness characteristic * Window Covering with currentposition and targetposition characteristic (state not yet supported) -##Requirements +## Requirements * SmartHomeNG: https://github.com/smarthomeNG/smarthome * homebridge: https://www.npmjs.com/package/homebridge -##Installation +## Installation Install nodejs >= 0.12. You have to find out the right way for your OS. The following commands have been tested on Debian Jessie.
 curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
@@ -32,7 +32,7 @@ Install this plugin from NPM repository
 npm install -g homebridge-smarthomeng --unsafe-perm
 
-##Configuration +## Configuration You have to create a config.json in .homebridge directory. You'll find that directory in your home folder. This is an example config file which just uses this plugin and some example SmartHomeNG items.