Skip to content

Commit 851331c

Browse files
author
Emil Öberg
committed
updated readme and package.json
1 parent 3cf4ad8 commit 851331c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# WIP
21
# node-red-contrib-file-function
32

4-
**This Node-RED node is just like the core node "_function_", only that this node loads the script to be executed from an actual file on your drive.**
3+
**This Node-RED node is just like the [core node "function"](http://nodered.org/docs/writing-functions.html), only that this node loads the script to be executed from an actual file on your drive.**
54

65
This may help you developing for Node RED. Instead of having to write your Javascript code in that small textfield in your browser you can use your favorite editor/IDE. The file will be read every time the node is called, so there's no need to redeploy or restart Node-RED.
76

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "node-red-contrib-file-function",
33
"version": "1.0.0",
44
"description": "Read function javascript from file. This way you can use your favorite editor/IDE to develop Node-RED functions",
5-
"main": "function-from-file.js",
65
"repository": {
76
"type": "git",
87
"url": "https://github.com/emiloberg/node-red-contrib-file-function.git"

0 commit comments

Comments
 (0)