From 030323b6bd80133dc2ca17ed0a3e62a088b7ede8 Mon Sep 17 00:00:00 2001 From: Javi Agenjo Date: Fri, 26 Oct 2018 15:07:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c0c50c17..e29bcceb2 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Try it in the [demo site](http://tamats.com/projects/litegraph/demo). - Easy to integrate in any application ## Nodes provided -Although it is easy to create new nodes, LiteGraph comes with some default nodes that could be useful for many cases: +Although it is easy to create new node types, LiteGraph comes with some default nodes that could be useful for many cases: - Interface (Widgets) - Math (trigonometry, math operations) - Audio (AudioAPI and MIDI) @@ -115,7 +115,7 @@ LiteGraph.wrapFunctionAsNode("math/sum",sum, ["Number","Number"],"Number"); ## Server side -It also works server-side using Node although some nodes do not work in server (audio, graphics, input, etc). +It also works server-side using NodeJS although some nodes do not work in server (audio, graphics, input, etc). ```js var LiteGraph = require("./litegraph.js").LiteGraph;