abersheeran / asgi-ratelimit

A ASGI Middleware to rate limit
Apache License 2.0
292 stars 11 forks source link

Wrong import in example #60

Closed insomnes closed 2 years ago

insomnes commented 2 years ago

In example at Readme:

from ratelimit.backends.redis import MemoryBackend, RedisBackend

For MemoryBackend should be:

from ratelimit.backends.simple import MemoryBackend
abersheeran commented 2 years ago

Thanks, i fixed it.