Skip to content

Commit

Permalink
Minor wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed May 12, 2018
1 parent bc06ea6 commit 2e156fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/en/basics/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Note that we do not need to include any `<script>` for our application. Our webp

### The application

To work with OpenLayers, we import the [`ol` package](https://www.npmjs.com/package/ol) from npm. This is done with an `npm install` in our terminal:
To work with OpenLayers, we install the [`ol` package](https://www.npmjs.com/package/ol) from npm. This was already done in the previous `npm install` step. If you were starting from scratch on a new application, you would run this in the terminal:

npm install ol@beta

Next, as entry point of the application, we create a `main.js` file, and also save it in the root of the workshop directory:
As entry point of the application, we create a `main.js` file, and also save it in the root of the workshop directory:

[import](../../../src/en/examples/basics/map.js)

Expand Down

0 comments on commit 2e156fc

Please sign in to comment.