diff --git a/README.md b/README.md index 8e203e31e1..87b5f03118 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,6 @@ The key features are: * **Grow large**: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. * **Run scripts**: Typer includes a `typer` command/program that you can use to run scripts, automatically converting them to CLIs, even if they don't use Typer internally. -## 2026 February - Typer developer survey - -Help us define Typer's future by filling the Typer developer survey. ✨ - ## FastAPI of CLIs **Typer** is FastAPI's little sibling, it's the FastAPI of CLIs. diff --git a/docs/index.md b/docs/index.md index 3ecd98dd6b..0e71eab196 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,10 +46,6 @@ The key features are: * **Grow large**: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. * **Run scripts**: Typer includes a `typer` command/program that you can use to run scripts, automatically converting them to CLIs, even if they don't use Typer internally. -## 2026 February - Typer developer survey - -Help us define Typer's future by filling the Typer developer survey. ✨ - ## FastAPI of CLIs **Typer** is FastAPI's little sibling, it's the FastAPI of CLIs.