]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: remove experimental flag
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 3 Mar 2021 12:51:33 +0000 (13:51 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 3 Mar 2021 12:51:33 +0000 (13:51 +0100)
README.md

index 50d506c58bd68f23095db220e0ce6d896626d1d1..7fb8e3a10ce5054a7a868fb3772c20d746cc5903 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 ## 👉 [Demo on CodeSandbox](https://j4qzw.csb.app/)
 
-⚠️⚠️⚠️ This project is experimental, it's an exploration of what a _Store_ could be like using [the composition api](https://vue-composition-api-rfc.netlify.com). It works both for Vue 2.x and Vue 3.x and you are currently on the branch that supports Vue 3.x. [Go here for the Vue 2.x compatible version](https://github.com/posva/pinia/tree/v1).
+Pinia works both for Vue 2.x and Vue 3.x and you are currently on the branch that supports Vue 3.x. [Go here for the Vue 2.x compatible version](https://github.com/posva/pinia/tree/v1).
 
 What I want is to inspire others to think about ways to improve Vuex and come up with something that works very well with the composition api. Ideally it could also be used without it.