From 08c3e939f61d4bca11c8d81a2310cfb3c7ceb77f Mon Sep 17 00:00:00 2001 From: Antoine Pairet Date: Thu, 17 Dec 2015 17:09:43 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.