]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 8 Aug 2024 03:51:13 +0000 (22:51 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 8 Aug 2024 03:51:13 +0000 (22:51 -0500)
docs/en/docs/release-notes.md

index 01c6f50e70cfbe8ea92210294bd57faf4e7a3ecb..5776f43084a4770de5a3f98a1a4bee294ea2b76a 100644 (file)
@@ -44,7 +44,7 @@ pip install "fastapi[standard]"
 * This adds support for calling the CLI as:
 
 ```bash
-python -m python
+python -m fastapi
 ```
 
 * And it upgrades `fastapi-cli[standard] >=0.0.5`.