summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorjingsam <jing-sam@qq.com>2017-05-15 17:41:39 +0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-05-15 10:16:42 -0700
commite4c66ac27ccb0522e4c2b376397f9078c6d42bea (patch)
tree7344528916c098bf7358cbb23d15e2ef7b23c38c /platform
parentf2ad940c39e956f074da71bd142a58a052029b89 (diff)
downloadqtlocation-mapboxgl-e4c66ac27ccb0522e4c2b376397f9078c6d42bea.tar.gz
Update README.md
Diffstat (limited to 'platform')
-rw-r--r--platform/node/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/node/README.md b/platform/node/README.md
index 545d87861f..d19b2a9343 100644
--- a/platform/node/README.md
+++ b/platform/node/README.md
@@ -1,6 +1,6 @@
# node-mapbox-gl-native
-[![NPM](https://nodei.co/npm/mapbox-gl-native.png)](https://npmjs.org/package/mapbox-gl-native)
+[![NPM](https://nodei.co/npm/@mapbox/mapbox-gl-native.png)](https://npmjs.org/package/@mapbox/mapbox-gl-native)
## Installing
@@ -14,7 +14,7 @@ By default, installs binaries. On these platforms no additional dependencies are
Run:
```
-npm install mapbox-gl-native
+npm install @mapbox/mapbox-gl-native
```
Other platforms will fall back to a source compile with `make node`; see INSTALL.md in the repository root directory for prequisites.
@@ -31,7 +31,7 @@ npm run test-suite
```js
var fs = require('fs');
var path = require('path');
-var mbgl = require('mapbox-gl-native');
+var mbgl = require('@mapbox/mapbox-gl-native');
var sharp = require('sharp');
var options = {