mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Update README.md
This commit is contained in:
@@ -34,7 +34,7 @@ function MyAddNode()
|
|||||||
}
|
}
|
||||||
|
|
||||||
//name to show
|
//name to show
|
||||||
MyAddNode.name = "Sum";
|
MyAddNode.title = "Sum";
|
||||||
|
|
||||||
//function to call when the node is executed
|
//function to call when the node is executed
|
||||||
MyAddNode.prototype.onExecute = function()
|
MyAddNode.prototype.onExecute = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user