From 9e1961331155c630ed89574f3e6f89b8108236f3 Mon Sep 17 00:00:00 2001 From: Dave Hay <89824813+dave-hay@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:57:05 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typo=20in=20README?= =?UTF-8?q?=20installation=20instructions=20(#13011)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/en/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7973f341b..66ffd7355 100644 --- a/README.md +++ b/README.md @@ -458,7 +458,7 @@ FastAPI depends on Pydantic and Starlette. ### `standard` Dependencies -When you install FastAPI with `pip install "fastapi[standard]"` it comes the `standard` group of optional dependencies: +When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies: Used by Pydantic: diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 4d0514241..cbe71c87d 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -456,7 +456,7 @@ FastAPI depends on Pydantic and Starlette. ### `standard` Dependencies -When you install FastAPI with `pip install "fastapi[standard]"` it comes the `standard` group of optional dependencies: +When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies: Used by Pydantic: