diff --git a/README.md b/README.md index 954788a..851e026 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # Blank Magento 2 Classic Frontend Blanks out the classic Magento 2 frontend, without affecting APIs that are implemented in the frontend area (eg. Adyen) -Additionally, you can make the classic frontend redirect to the URL configured as base link url by setting `blank_classic_frontend/general/should_redirect` \ No newline at end of file +## Installation +```sh +composer install reach-digital/magento2-blank-classic-frontend +``` + +## Configuration +You can make the classic frontend redirect to the URL configured as base link url by setting `blank_classic_frontend/general/should_redirect` diff --git a/composer.json b/composer.json index 8cdc2b1..67a3fc2 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "reach-digital/magento2-blank-classic-frontend", "description": "", - "version": "1.1.0", "require": { "php": "~8.1.0", "magento/product-community-edition": "^2.4"