diff --git a/README.md b/README.md index 457d544f7..61c413d8c 100644 --- a/README.md +++ b/README.md @@ -424,9 +424,16 @@ drawControl.setDrawingOptions({ ### Creating a custom build -If you only require certain handlers (and not the UI), you may wish to create a custom build. You can generate the relevant jake command using the [build html file](https://github.com/Leaflet/Leaflet.draw/blob/master/build/build.html). +If you only require certain handlers (and not the UI), you may wish to create a custom build. You can generate the relevant jake command using the [build html file](http://rawgit.com/Leaflet/Leaflet.draw/master/build/build.html). -See [edit handlers example](https://github.com/Leaflet/Leaflet.draw/blob/master/examples/edithandlers.html) which uses only the edit handlers. +See [edit handlers example](http://rawgit.com/Leaflet/Leaflet.draw/master/examples/dithandlers.html) which uses only the edit handlers. + + +### Live examples + +* [Basic](http://rawgit.com/Leaflet/Leaflet.draw/master/examples/basic.html) +* [Modify](http://rawgit.com/Leaflet/Leaflet.draw/master/examples/edithandlers.html) +* [Advanced](http://rawgit.com/Leaflet/Leaflet.draw/master/examples/full.html) ## Thanks