aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Knox <chris.knox@nzherald.co.nz>2019-05-14 22:59:22 +1200
committerJakub Hampl <kopomir@gmail.com>2019-05-14 11:59:22 +0100
commit39253c5ecf311764e32e75988a2c10fe78580ccf (patch)
tree67b857cf06a079ef05c8005869b961618bc53927 /README.md
parent6cbd94a6e99b6669fb090dfd913742e8a01c8a7a (diff)
Adds a note about custom elements polyfill (#31)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3a0496..860d8aa 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,9 @@ install the accompanying npm library:
npm install --save elm-mapbox
+Microsoft Edge you will needs a polyfill to use custom elements. The polyfill provides by
+webcomponents.org is known to work https://github.com/webcomponents/custom-elements
+
Then include the library into your page. If you don't have any JS build system setup,
probably the easiest is to add: