Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Wojciechowski committed Jan 20, 2017
1 parent b4b7825 commit 94af48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -62,7 +62,7 @@ var map = new mapboxgl.Map({
});
```

Also, add to your site the Mapbox GL JS CSS in `node_modules/mapbox-gl/dist/mapbox-gl.css`.
Add the CSS file at `node_modules/mapbox-gl/dist/mapbox-gl.css` or `https://api.tiles.mapbox.com/mapbox-gl-js/v0.31.0/mapbox-gl.css`.

## Using Mapbox GL JS with other module systems

Expand All @@ -78,7 +78,7 @@ If you're using the ES6 module system (e.g. with [Rollup](https://github.com/rol
import mapboxgl from 'mapbox-gl/dist/mapbox-gl.js';
```

Also, add to your site the Mapbox GL JS CSS in `node_modules/mapbox-gl/dist/mapbox-gl.css`.
Add the CSS file at `node_modules/mapbox-gl/dist/mapbox-gl.css` or `https://api.tiles.mapbox.com/mapbox-gl-js/v0.31.0/mapbox-gl.css`.

## Third Party Projects

Expand Down

0 comments on commit 94af48d

Please sign in to comment.