Skip to content

Commit

Permalink
Merge pull request #19 from BrandonCopley/master
Browse files Browse the repository at this point in the history
add ttl to the readme
  • Loading branch information
Matt Darling committed Nov 9, 2015
2 parents 928536a + 7f4db56 commit 682ab95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ USPS = require('usps-webtools');

var usps = new USPS({
server: 'http://production.shippingapis.com/ShippingAPI.dll',
userId: 'USPS User id'
userId: 'USPS User id',
ttl: 10000 //TTL in milliseconds for request
});
```

Expand Down

0 comments on commit 682ab95

Please sign in to comment.