Skip to content

Commit

Permalink
Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Potiron authored and babastienne committed Oct 1, 2023
1 parent 5dfc919 commit 20e7d10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Shows a text along a Polyline.
Install
-----
install it via your favorite package manager:
* `npm i leaflet-textpath`

`npm i leaflet-textpath`

Leaflet versions
-----
Expand Down
2 changes: 1 addition & 1 deletion docs/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<script type="text/javascript">
var osm = L.tileLayer('//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: 'Map data &copy; 2013 OpenStreetMap contributors',
attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>',
});

var map = L.map('map')
Expand Down
5 changes: 0 additions & 5 deletions docs/index.js

This file was deleted.

3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ <h1>Description</h1>
display: none;
}

h2,
h3 {
h2, h3 {
margin-top: 10px !important;
padding: 0.7px !important;
margin-left: 5px !important;
Expand Down

0 comments on commit 20e7d10

Please sign in to comment.