jhurliman / node-rate-limiter

A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
MIT License
1.51k stars 135 forks source link

Fix remainingRequests example in README #32

Closed zeke closed 7 years ago

zeke commented 7 years ago

remainingRequests might never be less than zero, right?

PS I love this package. Been using it happily for quite some time. Great work!