node-red-contrib-freya-nodes 0.0.20 → 0.0.21
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
<br clear="right"/>
|
|
8
8
|
|
|
9
|
-
[](https://flows.nodered.org/node/node-red-contrib-freya)
|
|
9
|
+
[](https://flows.nodered.org/node/node-red-contrib-freya-nodes)
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
#### Node-RED flow editor
|
|
13
|
-
Navigate to `Settings > Manage Palette`, then in the `Install` tab, search for `node-red-contrib-freya` and click the `Install` button.
|
|
13
|
+
Navigate to `Settings > Manage Palette`, then in the `Install` tab, search for `node-red-contrib-freya-nodes` and click the `Install` button.
|
|
14
14
|
|
|
15
15
|
#### Manually using NPM
|
|
16
|
-
On your device, navigate to the `nodered` folder, and run
|
|
16
|
+
On your device, navigate to the `nodered` folder (on a Freya system, it's at `/opt/Freya/`), and run
|
|
17
17
|
```
|
|
18
|
-
npm install node-red-contrib-freya
|
|
18
|
+
npm install node-red-contrib-freya-nodes
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
## License & Collaboration
|