diff --git a/README.md b/README.md index f122778..b4c9853 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md) -# ![D3 Logo](https://logos.oxidmodule.com/d3logo_24x24.svg) Modulname für OXID eShop +# ![D3 Logo](https://logos.oxidmodule.com/d3logo_24x24.svg) Herstellerinformationen für OXID eShop -Hier Kurzbeschreibung einfügen +Fügt die Möglichkeit zur Langtextbeschreibung den Hersteller hinzu ## Inhaltsverzeichnis @@ -17,13 +17,13 @@ Dieses Paket erfordert einen mit Composer installierten OXID eShop in einer in d ```bash -composer require d3/modulename:^2.0 +composer require d3/manufacturerinformation:"~1.0" -./vendor/bin/oe-eshop-db_migrate migrations:migrate modulemetadataid +./vendor/bin/oe-eshop-db_migrate migrations:migrate d3manufacturerinformation -./vendor/bin/oe-console o:m:i source/modules/d3/modulemetadataid -./vendor/bin/oe-console o:m:deact modulemetadataid -./vendor/bin/oe-console o:m:act modulemetadataid +./vendor/bin/oe-console o:m:i source/modules/d3/manufacturerinformation +./vendor/bin/oe-console o:m:deact d3manufacturerinformation +./vendor/bin/oe-console o:m:act d3manufacturerinformation ``` Sofern nötig, bestätigen Sie bitte, dass Sie `package-name` erlauben, Code auszuführen.