From 9247e2e5cb4046b45eea38afe559ed7080c6f718 Mon Sep 17 00:00:00 2001 From: ejb Date: Fri, 17 Jul 2015 16:43:24 +0100 Subject: [PATCH] Clarify dependencies in Readme Quickstart --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4d2609c..bc18271 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,12 @@ A JavaScript library for creating beautifully simple maps in seconds, developed ## Quickstart -Include `pinpoint.js`, `pinpoint.css` and [Leaflet](http://leafletjs.com/download.html) (both the JS and CSS) on your page. +Include: + +- `pinpoint.js` +- `pinpoint.css` +- [Leaflet](http://leafletjs.com/download.html) (both the JS and CSS) +- [Leaflet Minimap](https://github.com/Norkart/Leaflet-MiniMap) (both the JS and CSS) In terms of HTML, just a single div is needed: