Fix typo in example file

This commit is contained in:
Nick O'Leary 2014-07-29 08:55:29 +01:00
parent 31d72b2193
commit 00a9542edf

View File

@ -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