Skip to content

Commit

Permalink
Merge pull request #72 from mapbox/missing-require
Browse files Browse the repository at this point in the history
Add missing require to the example script
  • Loading branch information
Morgan Herlocker authored Jun 20, 2016
2 parents 60a5de1 + e37933f commit 33fdaaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ npm install tile-cover
### Usage

```js
var cover = require('tile-cover');
var poly = JSON.parse(fs.readFileSync('./poly.geojson'));
var limits = {
min_zoom: 4,
Expand Down

0 comments on commit 33fdaaa

Please sign in to comment.