Skip to content

Commit

Permalink
fix: Merge pull request #122 from pelias/fix_typo
Browse files Browse the repository at this point in the history
Use proper capitalization for OpenAddresses
  • Loading branch information
orangejulius committed Jun 3, 2016
2 parents 57717d3 + 628cfe7 commit 18980f3
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 @@ -34,7 +34,7 @@ node import.js --admin-values --deduplicate
```

## Admin Lookup
Openaddresses records do not contain information about which city, state (or
OpenAddresses records do not contain information about which city, state (or
other region like province), or country that they belong to. Pelias has the
ability to compute these values from [Who's on First](http://whosonfirst.mapzen.com/) data.
For more info on how admin lookup works, see the documentation for
Expand All @@ -47,7 +47,7 @@ lookup to be considerate of environments that are memory constrained (like the

## Deduplication

Openaddresses data tends to contain lots of duplicate records. In order to avoid
OpenAddresses data tends to contain lots of duplicate records. In order to avoid
inserting this duplicate data into Pelias, the importer can optionally run all
records through the [openvenues](https://github.com/openvenues) [address
deduplicator](https://github.com/openvenues/address_deduper).
Expand Down

0 comments on commit 18980f3

Please sign in to comment.