Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Jan 20, 2023
1 parent e77afed commit 472b9ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# leaflet-ui

[![NPM version](https://img.shields.io/npm/v/leaflet-ui.svg?color=red)](https://www.npmjs.com/package/leaflet-ui)
[![License](https://img.shields.io/badge/license-GPL%203-blue.svg?style=flat)](LICENSE)

Leaflet presets for common user interface customizations

_For a working example see [demo](https://raruto.github.io/leaflet-ui/examples/leaflet-ui.html)_
Expand Down
2 changes: 1 addition & 1 deletion examples/leaflet-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>

<!-- Leaflet-UI -->
<script src="https://unpkg.com/leaflet-ui@0.5.9/dist/leaflet-ui.js"></script>
<script src="https://unpkg.com/leaflet-ui@0.6.0/dist/leaflet-ui.js"></script>

<style>
html,
Expand Down

0 comments on commit 472b9ea

Please sign in to comment.