]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: fix typo (#20)
authorPim <pimlie@hotmail.com>
Wed, 11 Dec 2019 22:23:29 +0000 (23:23 +0100)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 11 Dec 2019 22:23:29 +0000 (23:23 +0100)
README.md

index 6337ebc644dc06abcbb5318dba6bee302b4f9a2e..02e4412c15c4172d4a5cdc75e4cbc52cabb4a28e 100644 (file)
--- 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