Update README.md

This commit is contained in:
Javi Agenjo
2018-08-27 13:53:30 +02:00
committed by GitHub
parent e032e4748c
commit ae8e056cff

View File

@@ -57,6 +57,7 @@ function MyAddNode()
this.addInput("A","number");
this.addInput("B","number");
this.addOutput("A+B","number");
this.properties = { precision: 1 };
}
//name to show