diff --git a/README.md b/README.md index 3697ed1..1f8c678 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Trogon works with the popular [Click](https://click.palletsprojects.com/) librar ## How it works Trogon inspects your (command line) app and extracts a *schema* which describes the options / switches / help etc. -It then uses that information to build a [Textual](https:/github.com/textualize/textual) UI you can use to edit and run the command. +It then uses that information to build a [Textual](https://github.com/textualize/textual) UI you can use to edit and run the command. Ultimately we would like to formalize this schema and a protocol to extract or expose it from apps. This which would allow Trogon to build TUIs for any CLI app, regardless of how it was built.