Update README.md

This commit is contained in:
Javi Agenjo
2016-10-20 14:28:18 +02:00
committed by GitHub
parent 1dc2ce73d2
commit 3352287298

View File

@@ -34,7 +34,7 @@ function MyAddNode()
}
//name to show
MyAddNode.name = "Sum";
MyAddNode.title = "Sum";
//function to call when the node is executed
MyAddNode.prototype.onExecute = function()