diff --git a/README.md b/README.md
index eb0368762b..4b33bcee46 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,13 @@ There's a [FastAPI mini documentary](https://www.youtube.com/watch?v=mpR8ngthqiE
## **Typer**, the FastAPI of CLIs
-
+
+
+
+
+
+
+
If you are building a CLI app to be used in the terminal instead of a web API, check out [**Typer**](https://typer.tiangolo.com/).
diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md
index 0aeee755ec..510cf65120 100644
--- a/docs/en/docs/index.md
+++ b/docs/en/docs/index.md
@@ -165,7 +165,18 @@ There's a [FastAPI mini documentary](https://www.youtube.com/watch?v=mpR8ngthqiE
## **Typer**, the FastAPI of CLIs { #typer-the-fastapi-of-clis }
-
+
+
+
+
+
+
+
+
+
+
+
+
If you are building a CLI app to be used in the terminal instead of a web API, check out [**Typer**](https://typer.tiangolo.com/).