From 98d112ef38fab0f614e90822da60cd56dafdd6d3 Mon Sep 17 00:00:00 2001 From: juggledad Date: Mon, 24 Feb 2020 04:59:12 -0500 Subject: [PATCH] Updated 'Example 2' save function section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cbf821..680ed78 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ You may need to run this with `sudo`, or from within an Administrator command sh ### Example 2. Create an original node from function node (JavaScript code) -- On Node-RED flow editor, save function node to library with file name (lower-case.js). +- In Node-RED flow editor, edit the function node and to the right of the 'name' option, click on the book icon and select 'Save to library'. Then fill in the 'Export as' with the file name (lower-case.js). - node-red-nodegen ~/.node-red/lib/function/lower-case.js - cd node-red-contrib-lower-case - sudo npm link