From da8f2d5fcb463c4d463d9919ebafb6e4ddcada6c Mon Sep 17 00:00:00 2001 From: Adam Huganir Date: Sat, 15 Oct 2022 16:34:27 -0400 Subject: [PATCH] README has 'development development' Was just reading the `About` section and caught this. Looking at the blame it looks like it used to be "web development" but was accidentally switched in the last merge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a5c89eb..d06a38eac 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Textual is a Python framework for creating interactive applications that run in ## About -Textual adds interactivity to [Rich](https://github.com/Textualize/rich) with a Python API inspired by modern development development. +Textual adds interactivity to [Rich](https://github.com/Textualize/rich) with a Python API inspired by modern web development. On modern terminal software (installed by default on most systems), Textual apps can use **16.7 million** colors with mouse support and smooth flicker-free animation. A powerful layout engine and re-usable components makes it possible to build apps that rival the desktop and web experience.