From 23a104cd7e43077280a6c3223b2f8357044ac784 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sun, 22 May 2016 22:55:26 +0900 Subject: [PATCH] docs: update features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c765d59..0136ad7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ productive package. - __single state:__ immutable single state helps reason about changes - __small api:__ with only 6 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 +- __transparent side effects:__ using `effects` and `subscriptions` brings clarity to IO - __omakase:__ composed out of a balanced selection of open source packages - __idempotent:__ renders seemlessly in both Node and browsers