Skip to content

Commit

Permalink
Fix example.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed May 16, 2024
1 parent 9b0d3bc commit ace458e
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 @@ -43,7 +43,7 @@ Get your free key at [indoorequal.com](https://indoorequal.com).

```javascript
import maplibregl from 'maplibre-gl';
import IndoorEqual from maplibre-gl-indoorequal';
import IndoorEqual from 'maplibre-gl-indoorequal';
import 'maplibre-gl-indoorequal/maplibre-gl-indoorequal.css';

const map = new maplibregl.Map({
Expand Down

0 comments on commit ace458e

Please sign in to comment.