From 9d746314edc257556204c93f9f10e5d2f942156a Mon Sep 17 00:00:00 2001 From: Lari Hoppula Date: Fri, 4 Jan 2019 16:43:06 +0200 Subject: [PATCH] Fixed npm package name in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa00c3..a413b3a 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A HTTP(S) temperature and humidity accessory for [Homebridge](https://github.com # Installation 1. Install homebridge using: `npm install -g homebridge` -2. Install this plugin using: `npm install -g homebridge-http-temperature-humidity` +2. Install this plugin using: `npm install -g homebridge-httptemperaturehumidity` 3. Update your configuration file. See `sample-config.json` in this repository for a sample. # Configuration