From 5ccd672f5396cc4d658835217d9bf8cddbae22aa Mon Sep 17 00:00:00 2001 From: fleurami <38048487+fleurami@users.noreply.github.com> Date: Thu, 29 Apr 2021 16:48:13 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b8464ab..c0eed76 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ Don't do it again! composer require cweagans/composer-patches # add this to your main composer file - "extra": { - "patches": { - "oxid-esales/oxideshop-composer-plugin": { - "Don't ask, simple install all new": "https://raw.githubusercontent.com/fleurami/oxid_patches/main/OxidAskYes.patch" - } - }, - "enable-patching": true - } - }, + "extra": { + "patches": { + "oxid-esales/oxideshop-composer-plugin": { + "Don't ask, simple install all new": "https://raw.githubusercontent.com/fleurami/oxid_patches/main/OxidAskYes.patch" + } + }, + "enable-patching": true + }, # run this command composer install