Skip to content

Commit

Permalink
Correct README.md by adding scope to require()
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonharrison committed Sep 11, 2019
1 parent 9825e57 commit 366e36b
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 366e36b

Please sign in to comment.