From: Pim Date: Wed, 11 Dec 2019 22:23:29 +0000 (+0100) Subject: chore: fix typo (#20) X-Git-Tag: 0.1.0-alpha.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e2c4b5ed79d986bb32a0fdd3ca8fd34d5628ac7;p=thirdparty%2Fvuejs%2Fpinia.git chore: fix typo (#20) --- 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