Skip to content

Commit 7b5f896

Browse files
committed
📝 Update tagline
1 parent c67f69f commit 7b5f896

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ identifiers:
1515
repository-code: 'https://github.com/tiangolo/fastapi-cli'
1616
url: 'https://fastapi.tiangolo.com'
1717
abstract: >-
18-
Run FastAPI applications from the command line.
18+
Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀
1919
keywords:
2020
- fastapi
2121
- typer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
---
2020

21-
Run FastAPI applications from the command line with FastAPI CLI. 🚀
21+
Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀
2222

2323
## Description
2424

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fastapi-cli"
33
dynamic = ["version"]
4-
description = "Run FastAPI applications from the command line."
4+
description = "Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀"
55
authors = [
66
{name = "Sebastián Ramírez", email = "[email protected]"},
77
]

0 commit comments

Comments
 (0)