From 99a9289c6ed12b6552e8c112c00bbb2748a6d1f4 Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Wed, 28 Jan 2026 12:56:51 -0600 Subject: [PATCH] Update deprecation notice in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d63a8f..b9f74e5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Python Library that builds a complete CLI given one or more functions. Most options are set using introspection/signature and annotation functionality, so very little configuration has to be done. ## Setup -@@DEPRECATED; USE https://github.com/tiangolo/typer-cli instead. +@@DEPRECATED; USE https://github.com/terracoil/freyja at https://pypi.org/project/freyja/ instead. ### TL;DR Install for usage ```bash