From 00a9542edf1cbb45951a0395063951c79df342de Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 29 Jul 2014 08:55:29 +0100 Subject: [PATCH] Fix typo in example file --- nodes/99-sample.js.demo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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