Skip to content

Commit

Permalink
Change npm install to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere authored and tmcw committed Jan 9, 2017
1 parent 419ce99 commit 4e3e562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@ Merge multiple [GeoJSON](http://geojson.org/) files into one FeatureCollection.
## install

```bash
$ npm install --save geojson-merge
$ npm install --save @mapbox/geojson-merge
```

## api
Expand All @@ -26,7 +26,7 @@ Options:
> GeoJSON file to contain a FeatureCollection at the top level.
```bash
$ npm install -g geojson-merge
$ npm install -g @mapbox/geojson-merge
$ geojson-merge file.geojson otherfile.geojson > combined.geojson
```

Expand Down

0 comments on commit 4e3e562

Please sign in to comment.