From 794099c0019951a2fb8f20f2f0051124a033a677 Mon Sep 17 00:00:00 2001 From: Wykks Date: Sun, 7 Apr 2019 16:51:00 +0200 Subject: [PATCH] doc: update mapbox-gl version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1d272d1d..3a77c9878 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Include the following components: ## How to start ``` -npm install ngx-mapbox-gl mapbox-gl@0.52.0 --save +npm install ngx-mapbox-gl mapbox-gl@0.53.1 --save ``` If using typescript add mapbox-gl types ```