Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freshlogic committed Jul 9, 2019
1 parent a426bc7 commit b4e961a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -26,9 +26,9 @@ When Bloodhound encounters a timestamp without a UTC offset if looks up the time

Bloodhound can guess the shipping carrier given a tracking number explicity through the `bloodhound.guessCarrier(trackingNumber)` method. Bloodhound will also try to guess the shipping carrier when tracking a package without specifying a carrier when using the `bloodhound.track(trackingNumber)` method.

**Shipped/Delivered Timestamps**
**Shipped/Delivered Dates**

Bloodhound also...
Bloodhound also examines each of the activity/movement/scan events for "shipped" and "delievered" event types (beyond simple electronic events like "shipping label created" or "manifest file sent"). When a matching event type is encountered Bloodhound returns a `shippedAt` and `deliveredAt` date.

## Supported Carriers
- FedEx
Expand Down

0 comments on commit b4e961a

Please sign in to comment.