Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Update 1-import-keplergl.md #411

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/docs/kepler.gl/1-import-keplergl.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We are going to edit two existing files: `reducers.js`, `app.js`. We are going t
Let's get your hands on kepler.gl implementation by following steps:

## 1. Import Kepler.gl
Open `reducers.js` in `src/` folder. We are going to perform to perform two changes in this.
Open `reducers.js` in `src/` folder. We are going to perform two changes in this.

First, import Kepler.gl reducer by adding in the import section of the file the following snippet:
```js
Expand Down Expand Up @@ -73,4 +73,4 @@ key in Kepler.gl redux store to keep the state of the instance updated.
Checkout the complete code at [this link](https://github.com/uber-common/vis-academy/blob/kepler.gl/src/demos/kepler.gl/1-basic-keplergl/src/app.js)

Next, you can head to the next step:
[Load Data into Kepler.gl](#/kepler.gl/2-load-data).
[Load Data into Kepler.gl](#/kepler.gl/2-load-data).