From b5b42683358b80035a149df9eda7fa4767f30371 Mon Sep 17 00:00:00 2001 From: MaxBuhe01 Date: Mon, 18 Nov 2024 19:17:13 +0100 Subject: [PATCH] [Fixed] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9112a65..6455888 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ composer require d3/manufacturerinformation:"~2" ./vendor/bin/oe-eshop-db_migrate migrations:migrate d3manufacturerinformation -./vendor/bin/oe-console o:m:install ./vendor/d3/manufacturerinformation/ -./vendor/bin/oe-console o:m:activate d3manufacturerinformation +./vendor/bin/oe-console oe:module:install ./vendor/d3/manufacturerinformation/ +./vendor/bin/oe-console oe:module:activate d3manufacturerinformation ./vendor/bin/oe-console oe:module:deactivate d3manufacturerinformation ```