mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix typo in README installation instructions (#13011)
This commit is contained in:
parent
40f90b3a94
commit
9e19613311
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue