Przeglądaj źródła

feat: add tui to readme

Jonathan Kelley 3 lat temu
rodzic
commit
a94bccfb46
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -65,7 +65,7 @@ fn app(cx: Scope) -> Element {
 }
 }
 ```
 ```
 
 
-Dioxus can be used to deliver webapps, desktop apps, static sites, liveview apps, mobile apps, and more. Dioxus is entirely renderer agnostic and can be used as platform for any renderer.
+Dioxus can be used to deliver webapps, desktop apps, static sites, mobile apps, TUI apps, liveview apps, and more. Dioxus is entirely renderer agnostic and can be used as platform for any renderer.
 
 
 If you know React, then you already know Dioxus.
 If you know React, then you already know Dioxus.