diff --git a/guides/plugins/apps/app-sdks/javascript/01-getting_started.md b/guides/plugins/apps/app-sdks/javascript/01-getting_started.md index 752b7265d..6ca5306cd 100644 --- a/guides/plugins/apps/app-sdks/javascript/01-getting_started.md +++ b/guides/plugins/apps/app-sdks/javascript/01-getting_started.md @@ -14,7 +14,7 @@ The app server written in TypeScript and is an open-source project accessible at Install the App PHP SDK via NPM: ```bash -npm install --save @shopware/app-sdk-server +npm install --save @shopware-ag/app-sdk-server ``` After the installation, you can use the SDK in your project. Here is an example: