From ced9c57e83e73075a0778721f5b0a2074d7c2851 Mon Sep 17 00:00:00 2001 From: DANISH ZULFIQAR Date: Thu, 28 May 2026 14:03:16 +0500 Subject: [PATCH] improve README clarity and readability This PR improves the readability and clarity of the README introduction by refining the wording and making the explanation more beginner-friendly while preserving the original meaning. No functional changes were made. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb0368762b..b136070d5a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ --- -FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. +FastAPI is a modern, high-performance Python framework for building APIs using standard Python type hints. It is designed for speed, simplicity, and automatic interactive API documentation. The key features are: