From 269b7fbe02e0204ba062500630f953da7dd3f7ba Mon Sep 17 00:00:00 2001 From: lukasborawski Date: Tue, 19 Oct 2021 17:40:47 +0200 Subject: [PATCH] docs: update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c77105c..9061085 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Storyblok Integration -Here you can find quick installation guide for [Storyblok](https://www.storyblok.com/) CMS integration with Vue Storefront. +Here you can find 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). @@ -11,11 +11,13 @@ Full documentation can be found [here](https://docs.vuestorefront.io/storyblok). Install module into your app. ```bash -npm install @vue-storefront/storyblok --save +npm install @vue-storefront/storyblok storyblok-vue --save ``` or ```bash -yarn add @vue-storefront/storyblok +yarn add @vue-storefront/storyblok storyblok-vue ``` + +Check the [documentation](https://docs.vuestorefront.io/storyblok) for all the instructions and guidelines.