mirror of https://github.com/tiangolo/fastapi.git
docs: improve wording in Typer section
This commit is contained in:
parent
05a3849e80
commit
4a64741b6a
|
|
@ -123,7 +123,9 @@ The key features are:
|
||||||
|
|
||||||
If you are building a <abbr title="Command Line Interface">CLI</abbr> app to be used in the terminal instead of a web API, check out <a href="https://typer.tiangolo.com/" class="external-link" target="_blank">**Typer**</a>.
|
If you are building a <abbr title="Command Line Interface">CLI</abbr> app to be used in the terminal instead of a web API, check out <a href="https://typer.tiangolo.com/" class="external-link" target="_blank">**Typer**</a>.
|
||||||
|
|
||||||
**Typer** is FastAPI's little sibling. And it's intended to be the **FastAPI of CLIs**. ⌨️ 🚀
|
**Typer** is FastAPI's little sibling, intended to be the **FastAPI of CLIs**.
|
||||||
|
|
||||||
|
🚀
|
||||||
|
|
||||||
## Requirements { #requirements }
|
## Requirements { #requirements }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue