aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2023-02-19 14:36:39 +0100
committerJoris2023-02-19 14:36:39 +0100
commitd27c41e1a893d043017b7a73c4c6c8dee7596c96 (patch)
tree0e42197df6ede122ed78d58a1fbf53fce26f492c
parent078fa790c569e4e6dbae47a2d6514995ea8d0a9a (diff)
downloadrx-d27c41e1a893d043017b7a73c4c6c8dee7596c96.tar.gz
rx-d27c41e1a893d043017b7a73c4c6c8dee7596c96.tar.bz2
rx-d27c41e1a893d043017b7a73c4c6c8dee7596c96.zip
Update Readme
-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