]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: types nuxt [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 4 Mar 2021 15:39:00 +0000 (16:39 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 8 Mar 2021 14:50:09 +0000 (15:50 +0100)
README.md

index eb4ebf37e8b04471a95d0d825f115630a894231a..04c87ec7685e1984006029fa8d27b8d86dcc7696 100644 (file)
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ If you are using TypeScript, you should also add the types for `context.pinia`:
 {
   "include": [
     // ...
-    "nuxt/types'"
+    "pinia/nuxt/types"
   ]
 }
 ```