From afaf0b05f1213969dfbb15e8d41387bfe1fc5ff1 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Fri, 26 Oct 2018 16:14:59 +0200 Subject: [PATCH] typos fixed --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 934f895..47db00c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ if the Klarna module is not used and should be removed from the shop installatio * Deactivate the Klarna module in the shop backend. * Run this composer statement in your shop. Adjust this instruction if your installation requires it. - composer require d3/oxid-klarna-replacement --update-no-dev + `composer require d3/oxid-klarna-replacement --update-no-dev` * Manually remove the files from source/modules/tc/tcklarna. @@ -17,7 +17,7 @@ if the Klarna module is not used and should be removed from the shop installatio if the Klarna module is to be used again -* Manually clean up the replacement module entry (d3/oxide-klarna-replacement) from the vendor/composer/installed.json and composer.lock files. +* Manually clean up the replacement module entry (d3/oxid-klarna-replacement) from the vendor/composer/installed.json and composer.lock files. * Run this composer statement in your shop. Adjust this instruction if your installation requires it. - composer update --no-dev + `composer update --no-dev`