From 006d8eabea55a0ca6deb432a2b852c4ccd7f3a31 Mon Sep 17 00:00:00 2001 From: Georgios Karnas Date: Tue, 21 Apr 2020 13:18:19 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94de86cee..1e6d34a34 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,13 @@ ### Installation ``` -yarn add nebula.gl +yarn add @nebula.gl/layers +yarn add @nebula.gl/overlays +yarn add @deck.gl/core +yarn add @deck.gl/react +yarn add @deck.gl/layers ``` -`nebula.gl` will automatically install a compatible version of `deck.gl`. - ### `EditableGeoJsonLayer` [EditableGeoJsonLayer](/docs/api-reference/layers/editable-geojson-layer.md) is implemented as a [deck.gl](https://deck.gl) layer. It provides the ability to view and edit multiple types of geometry formatted as [GeoJSON](https://tools.ietf.org/html/rfc7946) (an open standard format for geometry) including polygons, lines, and points.