Skip to content

Commit

Permalink
docs(README): Fixed selector in example Leaflet code
Browse files Browse the repository at this point in the history
  • Loading branch information
GaspardCulis authored Jun 19, 2024
1 parent 50cf98d commit bc23746
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 @@ -32,7 +32,7 @@ Options:
```js
import L from "leaflet";

const map = new L.Map("#map", {
const map = new L.Map("map", {
crs: L.CRS.Simple,
center: [0, 0],
zoom: 0,
Expand Down

0 comments on commit bc23746

Please sign in to comment.