arqex / freezer

A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way.
MIT License
1.28k stars 56 forks source link

Fix toJS code sample in README.md #116

Open tehtorq opened 3 years ago

tehtorq commented 3 years ago

The toJS method on line 307 of README.md is missing parenthesis.