Skip to content

Commit

Permalink
Fix typo in start-installation.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jul 25, 2022
1 parent 3a60c44 commit 3a3d0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/docs/start-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before using React Leaflet, you must setup your project following [Leaflet's Qui

### Using ESM imports

React Leaflet export [ES Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) that can be imported by URL, notably from CDNs such as [esm.sh](https://esm.sh/):
React Leaflet exports [ES Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) that can be imported by URL, notably from CDNs such as [esm.sh](https://esm.sh/):

```js
import { MapContainer } from 'https://cdn.esm.sh/react-leaflet/MapContainer'
Expand Down

0 comments on commit 3a3d0e3

Please sign in to comment.