From 1564e651cef4922360be6acec9206ab6ff98ae54 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 10 Oct 2023 13:51:27 +0100 Subject: [PATCH] Update npm org name --- README.md | 4 ++-- file.html | 4 ++-- file.js | 2 +- package-lock.json | 8 ++++---- package.json | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b2bd6de..c6b4b92 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ time as the built-in Node-RED file nodes. To use these nodes, you must exclude ### Nodes #### `file` -A file node for writing to persistent storage provided by a `@FlowForge/file-storage` server +A file node for writing to persistent storage provided by a `@FlowFuse/file-storage` server #### `file in` -A file node for reading from persistent storage provided by a `@FlowForge/file-storage` server +A file node for reading from persistent storage provided by a `@FlowFuse/file-storage` server ### Notes diff --git a/file.html b/file.html index fff8f7d..93c4949 100644 --- a/file.html +++ b/file.html @@ -1,6 +1,6 @@