From 0bead7c94a83c3ff845766d326bbbed77747d4c5 Mon Sep 17 00:00:00 2001 From: Imanuel Pundoko Date: Wed, 16 Oct 2019 18:14:39 +0800 Subject: [PATCH] [^] Readme add badge and install version --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87733d0..7c6ebf5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ ## Mapbox GL Draw Shape Builder This is a custom mode for (Mapbox GL Draw) [https://github.com/mapbox/mapbox-gl-draw] that adds the functionality to build new shape from selected shape. +[![npm version](https://badge.fury.io/js/mapbox-gl-draw-shape-builder.svg)](https://badge.fury.io/js/mapbox-gl-draw-shape-builder) + ### Install -`npm install` mapbox-gl-draw-shape-builder not avaiable at moment +```bash +npm install mapbox-gl-draw-shape-builder@next +``` ### Usage ```js