diff --git a/src/docs/kepler.gl/1-import-keplergl.md b/src/docs/kepler.gl/1-import-keplergl.md index e04a8aec..42cad963 100644 --- a/src/docs/kepler.gl/1-import-keplergl.md +++ b/src/docs/kepler.gl/1-import-keplergl.md @@ -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 @@ -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). \ No newline at end of file +[Load Data into Kepler.gl](#/kepler.gl/2-load-data).