From 2589992573fa48fbc9c7a15b52598e875826d6fc Mon Sep 17 00:00:00 2001 From: Javi Agenjo Date: Wed, 27 Nov 2019 09:24:47 +0100 Subject: [PATCH] Update README.md --- guides/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/README.md b/guides/README.md index 859eececd9..b7b672585c 100644 --- a/guides/README.md +++ b/guides/README.md @@ -4,7 +4,8 @@ Here is a list of useful info when working with LiteGraph. The library is divided in four levels: * **LGraphNode**: the base class of a node (this library uses is own system of inheritance) * **LGraph**: the container of a whole graph made of nodes -* **LGraphCanvas**: the class in charge of rendering/interaction with the nodes inside the browser +* **LGraphCanvas**: the class in charge of rendering/interaction with the nodes inside the browser. + And in ```the src/``` folder there is also another class included: * **LiteGraph.Editor**: A wrapper around LGraphCanvas that adds buttons around it.