@bldgblocks/node-red-contrib-control 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ Search for the package name and add to your project.
|
|
|
40
40
|
```
|
|
41
41
|
# Navigate to Node-RED user directory (varies by installation)
|
|
42
42
|
- $ cd ~/.node-red
|
|
43
|
-
- $ npm install node-red-contrib-
|
|
43
|
+
- $ npm install node-red-contrib-control
|
|
44
44
|
# then restart node-red
|
|
45
45
|
```
|
|
46
46
|
|