Update readme comment about code quality

This commit is contained in:
Laurent Savaete
2022-11-23 15:37:05 +01:00
parent 44441d31ff
commit 6833971cdf

View File

@@ -2,7 +2,8 @@
A rate limiting library for Starlette and FastAPI adapted from [flask-limiter](http://github.com/alisaifee/flask-limiter).
Note: this is alpha quality code still, the API may change, and things may fall apart while you try it.
This packaage is used in smaller production setups, and seems to behave as expected. There might be some API changes
when changing the code to be fully `async`, but we will notify users via appropriate `semver` version changes.
The documentation is on [read the docs](https://slowapi.readthedocs.io/en/latest/).