From a6de1de8f21627524a057cbc2f364705b6f60ce9 Mon Sep 17 00:00:00 2001 From: Phillip Smith Date: Fri, 1 Feb 2013 12:23:10 -0600 Subject: [PATCH] Bump leaflet links to 0.5 Just updating the leaflet links -- css, js -- to point to 0.5 instead of 0.4. --- examples/quick-start.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/quick-start.md b/examples/quick-start.md index 85bd31a1..02aad6a1 100644 --- a/examples/quick-start.md +++ b/examples/quick-start.md @@ -19,14 +19,14 @@ Before writing any code for the map, you need to do the following preparation st * Include Leaflet CSS files in the head section of your document: - + * Include Leaflet JavaScript file: - + * Put a `div` element with a certain `id` where you want your map to be: