From df5bd5b22b0053cd3879d14f0c2523b9fde873a9 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 17 Apr 2024 13:37:15 +0200 Subject: [PATCH] New examples location, exclude examples from package --- .npmignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 31bf0087..0ab04fa4 100644 --- a/.npmignore +++ b/.npmignore @@ -5,6 +5,7 @@ coverage/ docs/ examples/ test/ +dist/examples/ .editorconfig .eslintrc webpack.*.cjs diff --git a/README.md b/README.md index f06f9619..5e82d305 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Create [OpenLayers](https://openlayers.org/) maps from [Mapbox Style Specificati ## Getting started -Get an impression of what this library does by exploring the [live examples](https://unpkg.com/ol-mapbox-style/dist/examples/index.html). +Get an impression of what this library does by exploring the [live examples](https://openlayers.org/ol-mapbox-style/examples/). ### Installation