aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index cf9db7d..41303b0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Rx
-3.4kb unzipped DOM binding library which:
+Less than 10 kb unzipped DOM binding library which:
- composes updatable values, `Rx`, with `map` and `flatMap`,
- re-render DOM portions under `Rx` values.
@@ -75,8 +75,8 @@ argument.
## Ideas
- API:
- - Rx debounce, filter,
- - Routeur with sub-page support.
+ - Rx debounce, filter,
+ - Routeur with sub-page support.
- Optimization: store intermediate rx instead of recomputing each time for multiple subscribers?
## Inspiration