Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in npm install command #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<aside class="success">When you run homebridge, your Apple TV will be automatically discovered.</aside>
Expand Down Expand Up @@ -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.
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.