diff --git a/README.md b/README.md index 1ab67ca..5133455 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ cd tuyaapi_mqtt npm install //downloads codetheweb/tuyapi ``` -Ignore all Warnings. - This involves MIM of the connection. Instructions can be found here: https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md Create your configuration file: diff --git a/package.json b/package.json index b292c1d..ead3b48 100644 --- a/package.json +++ b/package.json @@ -13,5 +13,9 @@ "debug": "^3.2.6", "mqtt": "^2.18.8", "tuyapi": "github:codetheweb/tuyapi" + }, + "repository": { + "type": "git", + "url": "git://github.com/TheAgentK/tuya-mqtt.git" } }