From f2123b0bcb8881472237e971618939c6681ed81e Mon Sep 17 00:00:00 2001 From: Javi Agenjo Date: Thu, 8 Jun 2017 16:28:27 +0200 Subject: [PATCH] Create README.md --- guides/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/README.md b/guides/README.md index cc9761170f..ebd024e302 100644 --- a/guides/README.md +++ b/guides/README.md @@ -31,12 +31,12 @@ Slots have the next information: To integrate in you HTML application: -``` +```js var graph = new LiteGraph.LGraph(); var graph_canvas = new LiteGraph.LGraphCanvas( canvas, graph ); ``` If you want to start the graph then: -``` +```js graph.start(); ```