diff --git a/README.md b/README.md index 739fbc3..8c080f0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ and performance. ## Why -Virtual DOM is awesome. It allow us to express our applications view as a +Virtual DOM is awesome. It allows us to express our applications view as a function of its state. But existing solutions were way way too bloated, too slow, lacked features, had an API biased towards OOP and/or lacked features I needed.