Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeTurtle authored Apr 7, 2021
1 parent 3c99d36 commit 1ff3424
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@ const { geniki, speedex, elta, acs, easymail } = require('courier-api');
await new acs().get('TRACK_ID')
.then((result) => console.log(result))
.catch((error) => console.error(error));

await easymail.get('TRACK_ID')
.then((r) => console.log(r))
.catch((e) => console.error(e));
})();
```

0 comments on commit 1ff3424

Please sign in to comment.