From ec379de84d2d8408bef1392649b6af0e7b21bc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zyme=C5=82a?= Date: Thu, 3 Aug 2023 18:31:17 +0200 Subject: [PATCH] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b73f2..c7b94a5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For now, there are few lines added in less files and some basic javascript to ha ### Installation The easiest method of installation is by using Composer: ``` -composer require flexydev/magento2-responsive-admin-theme +composer require flexydev/theme-responsive-adminhtml-backend ``` Alternatively, you can download the repository and place it in the `app/design/adminhtml/Flexydev/responsive` directory. To activate the theme, you can either use the provided module, which handles the activation process: [Magento Responsive Admin Module](https://github.com/mzymela/magento2-responsive-admin-module), or manually add the necessary configuration to your existing module.