Changed name in composer.json.

This commit is contained in:
shopkeeperdev
2025-10-11 10:54:04 -04:00
parent 179979342e
commit 2340e2bf79
2 changed files with 3 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ Add this to your Magento project's `composer.json` repositories section:
Then require the package: Then require the package:
```bash ```bash
composer require shopkeeper/module-vendor-notes:1.1.0 composer require shopkeeper/vendornotes:1.1.0
``` ```
2) VCS repository 2) VCS repository
@@ -166,7 +166,7 @@ If this module is hosted in a Git repository (GitHub/GitLab/etc.), add a VCS ent
Then require it the same way: Then require it the same way:
```bash ```bash
composer require shopkeeper/module-vendor-notes:dev-main composer require shopkeeper/vendornotes:dev-main
``` ```
After installing, run these Magento commands from your project root: After installing, run these Magento commands from your project root:

View File

@@ -1,5 +1,5 @@
{ {
"name": "shopkeeper/module-vendor-notes", "name": "shopkeeper/vendornotes",
"description": "Magento 2 module that adds vendor notes to orders", "description": "Magento 2 module that adds vendor notes to orders",
"type": "magento2-module", "type": "magento2-module",
"license": "MIT", "license": "MIT",