diff --git a/README.md b/README.md index 483fdc2..14020cc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCkm1F3Cglty3CE1QwKQUhhg?style=social)](https://www.youtube.com/c/VueStorefront) [![Discord](https://img.shields.io/discord/770285988244750366?label=join%20discord&logo=Discord&logoColor=white)](https://discord.vuestorefront.io) -Here you can find quick installation guide for [Storyblok](https://www.storyblok.com/) CMS integration with Vue Storefront. +Here you can find a quick installation guide for [Storyblok](https://www.storyblok.com/) CMS integration with Vue Storefront. Full documentation can be found [here](https://docs.vuestorefront.io/storyblok). @@ -15,16 +15,16 @@ Full documentation can be found [here](https://docs.vuestorefront.io/storyblok). --- -Install module into your app. +Install the module in your app. ```bash -npm install @vue-storefront/storyblok storyblok-vue --save +npm install @vue-storefront/storyblok @storyblok/vue-2 --save ``` or ```bash -yarn add @vue-storefront/storyblok storyblok-vue +yarn add @vue-storefront/storyblok -D @storyblok/vue-2 ``` Check the [documentation](https://docs.vuestorefront.io/storyblok) for all the instructions and guidelines. diff --git a/nuxt/plugin.js b/nuxt/plugin.js index 622a013..fb1094a 100644 --- a/nuxt/plugin.js +++ b/nuxt/plugin.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import StoryblokVue from 'storyblok-vue' +import {StoryblokVue} from '@storyblok/vue-2' import { integrationPlugin } from '@vue-storefront/core' Vue.use(StoryblokVue) diff --git a/package.json b/package.json index ef8c02c..b045b2a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "typescript": "^4.4.4" }, "peerDependencies": { - "storyblok-vue": "^1.0.5" + "@storyblok/vue-2": "^3.0.17" }, "publishConfig": { "access": "public"