mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix typo in example file
This commit is contained in:
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…
x
Reference in New Issue
Block a user