From 88a4f50f7752436e3df56d11b20f0bfde4b6a3ec Mon Sep 17 00:00:00 2001 From: Pauan Date: Fri, 30 Apr 2021 19:40:04 +0200 Subject: [PATCH] Improving README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae1f99f..c6cfce8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ has almost no overhead: everything is inlined to raw DOM operations. It scales incredibly well even with very large applications, because updates are always `O(1)` time, no matter how big or deeply nested your application is. -It provides a convenient high level declarative API which feels similar to React components, but is +It has a convenient high level declarative API which works similar to React components, but is designed for Rust and FRP signals. It is generally feature complete, though more convenience methods might be added over time.