From f4ec4fc24b1b804247dbef2bfc275813c9277caa Mon Sep 17 00:00:00 2001 From: David Davis Date: Tue, 18 Jan 2022 15:14:24 -0500 Subject: [PATCH] Fix async support link in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 467c6bcd7..d2a2d1ed6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ **Key features:** - **Easy**: Designed to be easy to use and intuitive. - - **FAST execution**: Very high performance thanks to **Pydantic** and **async support**. + - **FAST execution**: Very high performance thanks to **Pydantic** and **async support**. - **Fast to code**: Type hints and automatic docs lets you focus only on business logic. - **Standards-based**: Based on the open standards for APIs: **OpenAPI** (previously known as Swagger) and **JSON Schema**. - **Django friendly**: (obviously) has good integration with the Django core and ORM.