diff --git a/README.md b/README.md index 97c8a9e..ae1f99f 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ 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. -Despite that, it doesn't sacrifice ergonomics: it provides a convenient high level declarative API which -feels similar to React, but is designed for Rust and FRP signals. +It provides a convenient high level declarative API which feels 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.