chore: fix doc
Some checks failed
CI / Lint (bash) (push) Has been cancelled
CI / Lint (markdown) (push) Has been cancelled
CI / Lint (nickel) (push) Has been cancelled
CI / Lint (nushell) (push) Has been cancelled
CI / Lint (rust) (push) Has been cancelled
CI / Code Coverage (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Build (macos-latest) (push) Has been cancelled
CI / Build (ubuntu-latest) (push) Has been cancelled
CI / Build (windows-latest) (push) Has been cancelled
CI / Benchmark (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / License Compliance (push) Has been cancelled

This commit is contained in:
Jesús Pérez 2026-02-17 14:39:40 +00:00
parent d7ebcf7c5e
commit 8e1c1968a3
Signed by: jesus
GPG Key ID: 9F243E355E0BC939

View File

@ -13,10 +13,10 @@ The comparison point is relevant: Inquire (`inquire = "0.9"`) is one of TypeDial
```text
┌─────────────────────────────────────────────────────┐
│ typedialog │
│ Declarative TOML forms + i18n + templates + AI │
│ Declarative TOML forms + i18n + templates + AI
│ BackendFactory → dispatch by feature │
├──────────────┬──────────────┬──────────────────────-┤
│ CLI backend │ TUI backend │ Web backend
│ CLI backend │ TUI backend │ Web backend │
│ (Inquire) │ (Ratatui) │ (Axum) │
└──────────────┴──────────────┴───────────────────────┘