Skip to content

Commit

Permalink
Fix magento-sdk package location
Browse files Browse the repository at this point in the history
The docs say `@vue-storefront/sdk/magento-sdk` but it needs to be `@vue-storefront/magento-sdk` right?
  • Loading branch information
ThermScissorpunch authored and sethidden committed Dec 12, 2023
1 parent 5e1b679 commit 519b142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<MagentoModuleType>(magentoModule, {
Expand Down

0 comments on commit 519b142

Please sign in to comment.