From 64b32c4d5bdfd1ceb114e4fd61bf6648d0b5096f Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 10 Sep 2021 09:32:53 +0100 Subject: [PATCH] Update README.md Empahsize WIP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be936da9..76a0092a8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![screenshot](./imgs/textual.png) -Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. Currently a work in progress, but usable by brave souls who don't mind some API instability between updates. +Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. **Currently a work in progress**, but usable by brave souls who don't mind some API instability between updates. Textual currently runs on MacOS / Linux only. Windows support is in the pipeline.