From 1fc881cbe29f8de29d1f99971e2ec7a9fd242588 Mon Sep 17 00:00:00 2001 From: andrewgryan Date: Thu, 23 May 2024 09:07:14 +0100 Subject: [PATCH] added explainer text to installation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ad5edcf..4d31baa 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ A comprehensive documentation site is available. ## Installation Include Leaflet JS/CSS assets and Leaflet HTML in the document. +This can be achieved using [importmap](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap) +to point both `leaflet` and `leaflet-html` at ES modules. + ```html