diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index a4528f90..28f4efec 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -12,3 +12,4 @@ A list of Sanic extensions created by the community. - [Motor](https://github.com/lixxu/sanic-motor): Simple motor wrapper. - [Sanic CRUD](https://github.com/Typhon66/sanic_crud): CRUD REST API generation with peewee models. - [UserAgent](https://github.com/lixxu/sanic-useragent): Add `user_agent` to request +- [Limiter](https://github.com/bohea/sanic-limiter): Rate limiting for sanic.