Skip to content

Commit

Permalink
Closes #493; version 0.8.x are available via unpkg and npm, README is…
Browse files Browse the repository at this point in the history
… updated with an Installation section for these additions.
  • Loading branch information
erictheise committed Jul 29, 2021
1 parent d1da4bc commit 2a77af0
Show file tree
Hide file tree
Showing 3 changed files with 10,910 additions and 185 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ The `<mapml-viewer>` custom element is a prototype implementation of the
defined in the MapML (Map Markup Language)
[specification](https://maps4html.org/MapML/spec/).

<!-- ## Installation -->
## Installation

Beginning with `v0.8.2`, &lt;mapml-viewer&gt; can be loaded from the [UNPKG content delivery network](https://unpkg.com/)
```bash
<script type="module" src="https://unpkg.com/@maps4html/web-map-custom-element@0.8.2/dist/mapml-viewer.js"></script>
```

– or installed using npm.
```bash
npm install @maps4html/web-map-custom-element
```

Note: `v0.8.X` npm releases are functionally equivalent to [standalone release`v0.8.0`](https://github.com/Maps4HTML/Web-Map-Custom-Element/releases/tag/v0.8.0).

## Usage

Expand Down
Loading

0 comments on commit 2a77af0

Please sign in to comment.