From fa557eb1511b21b19a099d6620efa5f6ce1eaf62 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 4 Dec 2017 21:08:31 -0700 Subject: [PATCH] Quotes --- OpenLayers-v5.x.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.