From 5fff71094ae858ca1e11d5c95ddcfdbd9f118878 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Wed, 8 Jul 2015 21:47:55 -0400 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae30d3ba..d5a8f26de 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ You can try its TeaVM-compiled version [here](http://xelfi.cz/minesweeper/teavm/ [source code](http://source.apidesign.org/hg/html~demo/file/4dce5ea7e13a/minesweeper/src/main/java/org/apidesign/demo/minesweeper/MinesModel.java) and [HTML page](http://source.apidesign.org/hg/html~demo/file/4dce5ea7e13a/minesweeper/src/main/webapp/pages/index.html). -Another example is avaialble [here](http://graphhopper.com/teavm/). +Another example is available [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).