diff --git a/README.md b/README.md index 3915b76..285089a 100644 --- a/README.md +++ b/README.md @@ -149,24 +149,24 @@ Add this to your Magento project's `composer.json` repositories section: Then require the package: ```bash -composer require shopkeeper/vendornotes:1.1.0 +composer require shopkeeper/module-vendor-notes:1.1.0 ``` 2) VCS repository -If this module is hosted in a Git repository (GitHub/GitLab/etc.), add a VCS entry to your project's `composer.json`: +If this module is hosted in a Git repository, add a VCS entry to your project's `composer.json`: ```json { "type": "vcs", - "url": "git@github.com:shopkeeperdev/VendorNotes.git" + "url": "https://code.shopkeeper.dev/McQueen/module-vendor-notes.git" } ``` Then require it the same way: ```bash -composer require shopkeeper/vendornotes:dev-main +composer require shopkeeper/module-vendor-notes:dev-main ``` After installing, run these Magento commands from your project root: