Skip to content

Commit

Permalink
Merge pull request #238 from geoblocks/cleanup
Browse files Browse the repository at this point in the history
Fix MapLibreLayer import doc in readme
  • Loading branch information
fredj authored Nov 25, 2024
2 parents 6c93b3f + b0a48f4 commit c6e52d0
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 @@ -17,7 +17,7 @@ npm i ol maplibre-gl
## Code example

```js
import MapLibreLayer from '@geoblocks/ol-maplibre-layer';
import {MapLibreLayer} from '@geoblocks/ol-maplibre-layer';

const layer = new MapLibreLayer({
opacity: 0.7,
Expand Down

0 comments on commit c6e52d0

Please sign in to comment.