Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Mar 19, 2015
1 parent dbd413d commit ef3c9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm install bbox2extent

## Usage

```
```js
var bbox2extent = require('bbox2exent')
var bbox = [100, 0, 105, 1]

Expand All @@ -34,6 +34,7 @@ bbox2extent(function (err, extent) {
// }
// }
})
```

## License

Expand Down

0 comments on commit ef3c9c7

Please sign in to comment.