From 7fbb6b08b6b5bb1af42f320e3ed28d9d397a839e Mon Sep 17 00:00:00 2001 From: Jack Reed Date: Tue, 1 Sep 2015 07:33:19 -0700 Subject: [PATCH] quick start guide should reference the Leaflet maintained CDN --- examples/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/quick-start.md b/examples/quick-start.md index 424c6956..531113de 100644 --- a/examples/quick-start.md +++ b/examples/quick-start.md @@ -19,11 +19,11 @@ Before writing any code for the map, you need to do the following preparation st * Include Leaflet CSS file 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: