From 417770156f6af2e97c2a3c2e8638312b2f95b6b9 Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Fri, 2 Jun 2017 19:25:40 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b267984..5aeb2f0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ osm routing =========== -super simple shortestpaths for [opentreetmap](http://openstreetmap.org) +super simple shortestpaths for [openstreetmap](http://openstreetmap.org) plain [Dijkstra](https://github.com/orangeman/osm_routing/blob/master/src/main/scala/Dijkstra.scala) implementation in scala with a rest-ful [WebAPI](https://github.com/orangeman/osm_routing/blob/master/src/main/scala/WebAPI.scala )