Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuripert committed Sep 12, 2017
1 parent 41dae90 commit 9c9bcba
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 @@ -12,6 +12,6 @@ Transform a geoJSON into a list of geohashes that intersect with it.
```
import geoh
geohashes = geoh.geohashes(gepjson=geojson, precision=6)
geohashes = geoh.geohashes(geojson=geojson, precision=6)
```

0 comments on commit 9c9bcba

Please sign in to comment.