diff --git a/OpenLayers-v5.x.md b/OpenLayers-v5.x.md index feeafa9..1feea91 100644 --- a/OpenLayers-v5.x.md +++ b/OpenLayers-v5.x.md @@ -6,11 +6,11 @@ OpenLayers v5.x will be a set of ES modules, similar to the v4.x [ol package](ht Class modules will have CamelCase names, instead of the current lowercase names. This means that imports like - import Map from `ol/map`; + import Map from 'ol/map'; will change to - import Map from `ol/Map`; + import Map from 'ol/Map'; We will be providing a code transform to automate this change.