From 2278eb3651dff1eb1e4cd83d1e96ebfc15694400 Mon Sep 17 00:00:00 2001 From: Laurent Savaete Date: Mon, 28 Nov 2022 11:28:11 +0100 Subject: [PATCH] Update README as per comments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6301b37..213a773 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A rate limiting library for Starlette and FastAPI adapted from [flask-limiter](http://github.com/alisaifee/flask-limiter). -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. +This package is used in various production setups, handling millions of requests per month, 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/).