Improving README

This commit is contained in:
Pauan 2021-04-30 19:40:04 +02:00
parent 19b6ac130f
commit 88a4f50f77
1 changed files with 1 additions and 1 deletions

View File

@ -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.