Skip to content

Commit

Permalink
📝 minor text adjustment in README
Browse files Browse the repository at this point in the history
  • Loading branch information
blakek committed Jul 7, 2021
1 parent 4527a8e commit bd2deb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const somewhere = {
geolib.findNearest(somewhere, usZips); // { distance: 12834, key: '39341' }
```

If you want to get the nearest ZIP, see if
[`geo2zip`][2] fits your needs.
If you want to get the nearest ZIP, see if [`geo2zip`][2] fits your needs. It's
much faster than the demo above and uses this package as a source.

## Data Formats

Expand Down

0 comments on commit bd2deb1

Please sign in to comment.