]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Update `docs/en/docs/fastapi-cli.md` (#11715)
authorAlejandra <90076947+alejsdev@users.noreply.github.com>
Wed, 12 Jun 2024 23:39:50 +0000 (18:39 -0500)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 23:39:50 +0000 (18:39 -0500)
docs/en/docs/fastapi-cli.md

index deff6f875a1821a71fbc2e9184589a198acd61ee..f5b0a6448771445680c931d8e51764fe19779ca5 100644 (file)
@@ -1,6 +1,6 @@
 # FastAPI CLI
 
-**FastAPI CLI** is a command line program `fastapi` that you can use to serve your FastAPI app, manage your FastAPI project, and more.
+**FastAPI CLI** is a command line program that you can use to serve your FastAPI app, manage your FastAPI project, and more.
 
 When you install FastAPI (e.g. with `pip install fastapi`), it includes a package called `fastapi-cli`, this package provides the `fastapi` command in the terminal.