typos fixed

This commit is contained in:
Daniel Seifert 2018-10-26 16:14:59 +02:00
bovenliggende 203e5b7342
commit afaf0b05f1
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen

Bestand weergeven

@ -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. * Deactivate the Klarna module in the shop backend.
* Run this composer statement in your shop. Adjust this instruction if your installation requires it. * 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. * 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 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. * Run this composer statement in your shop. Adjust this instruction if your installation requires it.
composer update --no-dev `composer update --no-dev`