From 30b75dc5d14910cf573a2fb24639d686922c5b92 Mon Sep 17 00:00:00 2001 From: MaxBuhe01 Date: Wed, 23 Oct 2024 17:37:17 +0200 Subject: [PATCH] [Update] readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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.