From 3a32dfd12fb009da8751a2b8d28bf057ab9f41b1 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 16 May 2016 02:57:14 +0700 Subject: [PATCH] docs: note about api surface --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cc675b..2da729a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ productive package. ## Features - __minimal size:__ weighing under `8kb`, `choo` is a tiny little framework - __single state:__ immutable single state helps reason about changes +- __small api:__ with only 5 methods, there's not a lot to learn - __minimal tooling:__ built for the cutting edge `browserify` compiler - __transparent side effects:__ using "effects" and "subscriptions" brings clarity to IO