Skip to content

Commit

Permalink
Merge pull request #17 from jasonharrison/README
Browse files Browse the repository at this point in the history
Correct README.md by adding scope to require()
  • Loading branch information
freshlogic committed Sep 11, 2019
2 parents 9825e57 + 366e36b commit 75f74d0
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 @@ -41,7 +41,7 @@ Bloodhound also examines each of the activity/movement/scan events for "shipped"
## Getting Started

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

const bloodhound = new Bloodhound({
usps: {
Expand Down Expand Up @@ -167,4 +167,4 @@ bloodhound.track('tracking number', 'USPS', function(err, data) {
"shippedAt": "2019-05-13T17:32:00.000Z",
"deliveredAt": "2019-06-30T18:03:00.000Z"
}
```
```

0 comments on commit 75f74d0

Please sign in to comment.