diff --git a/docs/cli.rst b/docs/cli.rst
index b014a6b..cf62aa1 100644
--- a/docs/cli.rst
+++ b/docs/cli.rst
@@ -2167,11 +2167,11 @@ Experimental TUI
A TUI is a "text user interface" (or "terminal user interface") - a keyboard and mouse driven graphical interface running in your terminal.
-``sqlite-utils`` has experimental support for a TUI for building command-line invocations, built on top of the `Trogan `__ TUI library.
+``sqlite-utils`` has experimental support for a TUI for building command-line invocations, built on top of the `Trogon `__ TUI library.
-To enable this feature you will need to install the ``trogan`` dependency. You can do that like so::
+To enable this feature you will need to install the ``trogon`` dependency. You can do that like so::
- sqite-utils install trogan
+ sqite-utils install trogon
Once installed, running the ``sqlite-utils tui`` command will launch the TUI interface::