From d9696310e72dffe4b04c8e73bc63bb2220147f45 Mon Sep 17 00:00:00 2001 From: Marc Gordon Date: Thu, 4 Oct 2018 11:41:52 +1000 Subject: [PATCH] Fixed typo in npm install command --- source/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/index.html.md b/source/index.html.md index ec4b714..fceaec3 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -90,7 +90,7 @@ You can keep informed about HomeKit, homebridge and homebridge plugins by subscr ``` 1. Install homebridge using the [directions on the project page](https://github.com/nfarina/homebridge) -2. Install this plugin using: `npm install -g homebridge-apple-tb` +2. Install this plugin using: `npm install -g homebridge-apple-tv` 3. Update your homebridge `config.json` file. See [config-sample.json](config-sample.json) for examples. @@ -292,4 +292,4 @@ key | description | example | default | required | unit tested `debug` | Outputs some additional logs, useful for figuring out issues. | true | false | No | No ## Special Thanks -Thanks to @edc1591 (https://github.com/edc1591/node-appletv) who saved me a lot of time by creating a node module for controlling the Apple TV. \ No newline at end of file +Thanks to @edc1591 (https://github.com/edc1591/node-appletv) who saved me a lot of time by creating a node module for controlling the Apple TV.