From ae8e056cff6b98e3c21972eaba16dfd3415573f3 Mon Sep 17 00:00:00 2001 From: Javi Agenjo Date: Mon, 27 Aug 2018 13:53:30 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc33daf62..c85958fcb 100755 --- a/README.md +++ b/README.md @@ -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