Skip to content

Commit

Permalink
docs(readme): Show correct require info
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Oct 29, 2016
1 parent 262345f commit 34b25b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you must convert it to a string, put it in the following format:

```js
const assert = require('assert')
const ll = require('./')
const ll = require('@conveyal/lonlat')

const lat = 38.13234
const lon = 70.01232
Expand Down

0 comments on commit 34b25b5

Please sign in to comment.