diff options
| -rw-r--r-- | README.md | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -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  | 
