Skip to content

Commit

Permalink
Update readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Dec 22, 2016
1 parent 6b1729a commit 5cfbb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A full featured directions plugin for [mapbox-gl-js](https://github.com/mapbox/m

```javascript
var mapboxgl = require('mapbox-gl');
var MapboxDirections = require('mapbox-gl-directions');
var MapboxDirections = require('@mapbox/mapbox-gl-directions');

var directions = new MapboxDirections({
accessToken: 'YOUR-MAPBOX-ACCESS-TOKEN',
Expand Down

0 comments on commit 5cfbb8f

Please sign in to comment.