From 771c3cfedd89c4eedb9b290ec690607d9e0d67ca Mon Sep 17 00:00:00 2001 From: David Benson Date: Mon, 29 May 2017 22:27:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 498901ffa..856f1408a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ mxgraph ======= -mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering. [draw.io](https://www.draw.io) is example that extends the functionality of this library. The [sources to draw.io](https://github.com/jgraph/draw.io) are also available. +mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering. [draw.io](https://www.draw.io) is an example that extends the functionality of this library. The [sources to draw.io](https://github.com/jgraph/draw.io) are also available. If you want to build something like draw.io, [GraphEditor](https://jgraph.github.io/mxgraph/javascript/examples/grapheditor/www/index.html) is the best example to use as a base.