diff --git a/docs/index.md b/docs/index.md index 355380729a..d2c5ae19fc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -52,7 +52,7 @@ The key features are: ## Installation -Create and activate a virtual environment and then install **Typer**: +Create and activate a virtual environment and then install **Typer**:
@@ -352,7 +352,7 @@ And similarly for **files**, **paths**, **enums** (choices), etc. And there are **Your users get**: automatic **`--help`**, **auto-completion** in their terminal (Bash, Zsh, Fish, PowerShell) when they install your package or when using the `typer` command. -For a more complete example including more features, see the Tutorial - User Guide. +For a more complete example including more features, see the Tutorial - User Guide. ## Dependencies