From 82ce525a1be35b1c05b498de8e6bf0e07a4552bb Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Tue, 7 Oct 2014 13:56:54 +0400 Subject: [PATCH] Update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 569af3027..d5d6e3cd0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ Quick start There are several options of using TeaVM. One is the Maven build. The easiest way to create a new TeaVM project is to type in the command line: - mvn -DarchetypeCatalog=local -DarchetypeGroupId=org.teavm -DarchetypeArtifactId=teavm-maven-webapp \ + mvn -DarchetypeCatalog=local \ + -DarchetypeGroupId=org.teavm \ + -DarchetypeArtifactId=teavm-maven-webapp \ -DarchetypeVersion=0.2.0 archetype:generate Now you can execute `mvn clean package` and get the generated `war` file. @@ -49,7 +51,7 @@ support for running DukeScript applications, using [teavm-html4j](teavm-html4j) Live examples ------------- -Compare the speed of JavaScript produced by TeaVM and GWT here: [http://teavm.org/live-examples/jbox2d-benchmark/] +Compare the speed of JavaScript produced by TeaVM and GWT here: http://teavm.org/live-examples/jbox2d-benchmark/ Thanks to [Jaroslav Tulach](http://wiki.apidesign.org/wiki/User:JaroslavTulach), author of DukeScript, we have several DukeScript example applications. One is the minesweeper game. @@ -60,4 +62,4 @@ and [HTML page](http://source.apidesign.org/hg/html~demo/file/4dce5ea7e13a/mines Another example is avaialble [here](http://graphhopper.com/teavm/). It uses [GraphHopper](https://github.com/graphhopper/graphhopper/) to build route in browser. Unlike original GraphHopper example it works completely in browser instead of querying server. -Thanks to [Peter Karich](https://github.com/karussell). \ No newline at end of file +Thanks to [Peter Karich](https://github.com/karussell).