From b6adbe206cc9aff4dbc7f491413cb4b4b6df868c Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 3 Mar 2021 13:54:41 +0100 Subject: [PATCH] chore: remove experimental word [skip ci] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fb8e3a1..3b48bfd3 100644 --- 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 -- 2.47.3