From 2e2c4b5ed79d986bb32a0fdd3ca8fd34d5628ac7 Mon Sep 17 00:00:00 2001 From: Pim Date: Wed, 11 Dec 2019 23:23:29 +0100 Subject: [PATCH] chore: fix typo (#20) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6337ebc6..02e4412c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ What I want is to inspire others to think about ways to improve Vuex and come up There are the core principles that I try to achieve with this experiment: - Flat modular structure 🍍 No nesting, only stores, compose them as needed -- Light layer on top of Vue 💨 keep it under 1kg gzip +- Light layer on top of Vue 💨 keep it under 1kb gzip - Only `state` and `getters` 👐 `patch` is the new _mutation_ - Actions are just functions ⚗️ Group your business there - Import what you need, let webpack code split 📦 No need for dynamically registered modules -- 2.47.2