]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: adapt readme
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 6 Dec 2019 16:13:50 +0000 (17:13 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 6 Dec 2019 16:13:50 +0000 (17:13 +0100)
README.md

index 3301f65495ed5507ecb665c573302123b974aea9..0f21d9bed23d2f0423fd3f5dd76f2e4970dcc429 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
 
 > Pronounced like the fruit, in Spanish _Piña_
 >
-> _Piña_ is also an invalid package name...
+> _Piña_ is also an invalid package name... that's why it has to be _pinia_
 
-🍍Type Safe Modular and lightweight (but **Experimental**) Store for Vue based on the composition api
+🍍Automatically Typed, Modular and lightweight (but **Experimental**) Store for Vue based on the composition api with devtools support
 
 Demo (TODO link)
 
@@ -239,7 +239,7 @@ export async function orderCart() {
 
 #### Creating _Pinias_
 
-_Not implemented_. Replaces the examles above
+_Not implemented_. Replaces the examles above about combining state and getters and about composing stores.
 
 Combine multiple _stores_ (gajos) into a new one: