diff --git a/nodes/99-sample.js.demo b/nodes/99-sample.js.demo index 078f373a4..514b98a8b 100644 --- a/nodes/99-sample.js.demo +++ b/nodes/99-sample.js.demo @@ -19,7 +19,7 @@ // Sample Node-RED node file -module.export = function(RED) { +module.exports = function(RED) { "use strict"; // The main node definition - most things happen in here