mirror of https://github.com/node-red/node-red.git
Fix typo in example file
parent
31d72b2193
commit
00a9542edf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue