Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freshlogic authored Sep 12, 2019
1 parent 75f74d0 commit af188aa
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 @@ -63,7 +63,7 @@ Creates a new Bloodhound client. Each carrier requires a different combination o
By default, when Bloodhound encounters a timestamp without a UTC offset it will geocode using OpenStreetMap (which does not require an API key). You can optionally use a different geocoder. You can also optionally cache geocode results in Redis.

```javascript
const Bloodhound = require('bloodhound');
const Bloodhound = require('@mediocre/bloodhound');

const bloodhound = new Bloodhound({
fedEx: {
Expand Down

0 comments on commit af188aa

Please sign in to comment.