From b6ea3590f7ce3ecfcf7c7195f915b174076418fb Mon Sep 17 00:00:00 2001 From: biddster Date: Wed, 1 Feb 2017 19:24:25 +0000 Subject: [PATCH] Fix readme. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a734a3..381ca10 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This node simply wraps the excellent work here https://github.com/czjs2/hs100-ap Change directory to your node red installation: - $ npm install node-red-contrib-schedex + $ npm install node-red-contrib-hs100 Alternatively, use the Palette Manager in Node-RED. diff --git a/package.json b/package.json index 3062807..0824b4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-hs100", - "version": "0.2.0", + "version": "0.2.1", "description": "", "main": "index.js", "keywords": ["node-red", "tp-link", "tplink", "hs100"],