Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
pasichnykvasyl authored Jan 11, 2022
1 parent eb5ecb9 commit 348bd9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ A [leaflet](http://www.leafletjs.com) plugin that allows users to download an im
**Step 1.** Include the required js and css files in your document.

```html
<link rel="stylesheet" href="dist/Leaflet.BigImage.css">
<script src="dist/Leaflet.BigImage.js"></script>
<link rel="stylesheet" href="dist/Leaflet.BigImage.min.css">
<script src="dist/Leaflet.BigImage.min.js"></script>
```

**Step 2.** Add the following line of code to your map script

``` js
L.control.bigImage().addTo(mymap);
L.control.BigImage().addTo(mymap);
```

**Step 3.**
Expand Down

0 comments on commit 348bd9e

Please sign in to comment.