From 366e36bcc02796f5c846ba28e6ba658a90e4d73e Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 11 Sep 2019 16:12:37 -0400 Subject: [PATCH] Correct README.md by adding scope to require() --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f714428..c051724 100644 --- a/README.md +++ b/README.md @@ -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: { @@ -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" } -``` \ No newline at end of file +```