Improving README

This commit is contained in:
Pauan 2021-04-30 02:39:41 +02:00
parent 2edd84690d
commit 07e76e834d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Dominator is one of the fastest DOM frameworks in the world ([it is just as fast
It is close to the metal and has almost no overhead.
It scales incredibly well even with very large applications, because updates are `O(1)` time, no matter
how big your application is.
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.