Skip to content

Commit

Permalink
Update readme examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Dec 2, 2016
1 parent 30537db commit 4ebfbf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -7,13 +7,13 @@ simple [tile](http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames) utilities
## install ## install


```bash ```bash
npm install tilebelt npm install @mapbox/tilebelt
``` ```


## usage ## usage


```js ```js
var tilebelt = require('tilebelt'); var tilebelt = require('@mapbox/tilebelt');


var tile = [10,15,8] // x,y,z var tile = [10,15,8] // x,y,z


Expand Down Expand Up @@ -49,4 +49,4 @@ npm test


```bash ```bash
npm run bench npm run bench
``` ```

0 comments on commit 4ebfbf8

Please sign in to comment.