Fixed typo in grapheditor example

build.xml has <target name="grapheditor"... not "grapheditor-example"
development
Paul McIntosh 2018-05-21 19:22:15 +10:00 committed by GitHub
parent e6a6ed657d
commit 429e1f7841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Run com.mxgraph.examples.web.GraphEditor in javascript/examples/grapheditor/java/src
(in Eclipse) or execute "ant grapheditor-example" in the java directory (using Ant)
(in Eclipse) or execute "ant grapheditor" in the java directory (using Ant)
and point your browser to:
http://localhost:8080/javascript/examples/grapheditor/www/index.html