From 596f76bf48af6e582f62f2e6fb31fd4b3cb31bd2 Mon Sep 17 00:00:00 2001 From: Therm Scissorpunch <61228862+ThermScissorpunch@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:09:58 +0100 Subject: [PATCH] Fix magento-sdk package location The docs say `@vue-storefront/sdk/magento-sdk` but it needs to be `@vue-storefront/magento-sdk` right? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb9dd199a..28d28ed57 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ yarn add @vue-storefront/sdk @vue-storefront/magento-sdk ```ts import { buildModule, initSDK } from '@vue-storefront/sdk'; -import { magentoModule, MagentoModuleType } from '@vue-storefront/sdk/magento-sdk'; +import { magentoModule, MagentoModuleType } from '@vue-storefront/magento-sdk'; const sdkConfig = { magento: buildModule(magentoModule, {