Skip to content

Commit

Permalink
Typo fix in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
armin-gardenanet authored Jun 10, 2022
1 parent 348bd9e commit 7e6ca9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A [leaflet](http://www.leafletjs.com) plugin that allows users to download an im
**Step 2.** Add the following line of code to your map script

``` js
L.control.BigImage().addTo(mymap);
L.control.bigImage({position: 'topright'}).addTo(mymap);
```

**Step 3.**
Expand Down

0 comments on commit 7e6ca9a

Please sign in to comment.