From bef468de13a2c8c19c6a0b9ce4d22578f53a013f Mon Sep 17 00:00:00 2001 From: Felix Ingram Date: Mon, 13 Sep 2021 14:39:49 +0100 Subject: [PATCH] Typo in README? Not sure if this is just your muscle memory typing Reactive rather than React. Obviously JavaScript being JavaScript, there is a library called Reactive but I'm guessing that you mean React. If so, then this comment will be 70 times longer than the actual changes I have proposed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f61899f..dcd2d7549 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Textual uses [Rich](https://github.com/willmcgugan/rich) to render rich text, so Event handling in Textual is asynchronous (using `async` and `await` keywords). Widgets (UI components) can independently update and communicate with each other via message passing. -Textual has more in common with modern web development than it does with [curses](); layout is done with CSS grid and (soon) the theme may be customized with CSS. Other techniques are borrowed from JS frameworks such as Vue and Reactive. +Textual has more in common with modern web development than it does with [curses](); layout is done with CSS grid and (soon) the theme may be customized with CSS. Other techniques are borrowed from JS frameworks such as Vue and React. ## Installation