]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: remove experimental word [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 3 Mar 2021 12:54:41 +0000 (13:54 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 3 Mar 2021 12:54:41 +0000 (13:54 +0100)
README.md

index 7fb8e3a10ce5054a7a868fb3772c20d746cc5903..3b48bfd318c5c91325d50a8c91132a5a55858209 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 >
 > _Piña_ is also an invalid package name... that's why it has to be _pinia_ which sounds very similar
 
-🍍 Automatically Typed, Modular and lightweight (but **Experimental**) Store for Vue 3.x based on the composition api with devtools support
+🍍 Automatically Typed, Modular and lightweight Store for Vue 3.x based on the composition api with devtools support
 
 ## 👉 [Demo on CodeSandbox](https://j4qzw.csb.app/)
 
@@ -98,7 +98,6 @@ app.use(createPinia())
 ```
 
 This will also add devtools support. Some features like time traveling and editing are still not supported because vue-devtools doesn't expose the necessary APIs yet.
-**NOTE**: this API is still experimental and is currently only used for devtools and SSR but that might change in the future.
 
 ### Creating a Store