From 5f09e11f08a3a96a5e84fa3465d66dac8eb1baab Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Fri, 7 Apr 2017 22:22:47 +0200 Subject: [PATCH] tweak philo even a lil more --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 747ace8..8cbefe8 100644 --- a/README.md +++ b/README.md @@ -150,10 +150,9 @@ _Real casually._ We believe frameworks should be disposable, and components recyclable. We don't want a web where walled gardens jealously compete with one another. By making the DOM the lowest common denominator, switching from one framework to another -becomes frictionless. Components should run anywhere that has a DOM, regardless -of the framework. `choo` is modest in its design; we don't believe it will be -top of the class forever, so we've made it as easy to toss out as it is to pick -up. +becomes frictionless. `choo` is modest in its design; we don't believe it will +be top of the class forever, so we've made it as easy to toss out as it is to +pick up. We don't believe that bigger is better. Big APIs, large complexities, long files - we see them as omens of impending userland complexity. We want everyone