From 07e76e834d43081b1f788bd9c38ca78252db3c7e Mon Sep 17 00:00:00 2001 From: Pauan Date: Fri, 30 Apr 2021 02:39:41 +0200 Subject: [PATCH] Improving README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6edd8c2..1b4b367 100644 --- a/README.md +++ b/README.md @@ -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.