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(); ```