From 50ed03b4c9b0589a924aac95fcf4958ac23e2996 Mon Sep 17 00:00:00 2001 From: Per Liedman Date: Thu, 13 Aug 2015 15:08:17 +0200 Subject: [PATCH] There are pre-built files now --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fdb0d0d..bcf44b5 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ To use with for example Browserify: npm install --save lrm-graphhopper ``` -There's not pre-built files yet, but I will get to it. - ## Using There's a single class exported by this module, `L.Routing.GraphHopper`. It implements the [`IRouter`](http://www.liedman.net/leaflet-routing-machine/api/#irouter) interface. Use it to replace Leaflet Routing Machine's default OSRM router implementation: