diff --git a/README.md b/README.md index 6f86042..cb2769c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -#Homebridge-samsungtv +# Homebridge-samsungtv Samsung TV plugin for [Homebridge](https://github.com/nfarina/homebridge) This allows you to control your Samsung TV with HomeKit and Siri. -##Installation +## Installation 1. Install homebridge using: npm install -g homebridge 2. Install this plugin using: npm install -g homebridge-samsungtv 3. Update your configuration file. See the sample below. -##Configuration +## Configuration Example config.json: ``` @@ -26,4 +26,4 @@ Fields: * "accessory": Must always be "SamsungTV" (required) * "name": The name you want to use to control the TV. -* "ip_address": The internal ip address of your samsung TV \ No newline at end of file +* "ip_address": The internal ip address of your samsung TV