diff --git a/README.md b/README.md
index 36d262983..2e3c1a65a 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,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 7baeaab26..6fb926d95 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/).