From 04865a60edc1c39be432d354d08fe21cc52787d8 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 13 Aug 2020 09:15:54 +0200 Subject: [PATCH] adjust documentation --- README.de.md | 2 +- README.en.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.de.md b/README.de.md index 0f37982..62f4110 100644 --- a/README.de.md +++ b/README.de.md @@ -26,7 +26,7 @@ Das Modul enthält die selbe Funktionalität wie das `OXID Invoice-PDF`-Modul. D Deaktivieren Sie das OXID InvoicePDF Modul im Adminbereich Ihres Shops. ```bash -composer require d3/pdfdocuments_compat --update-no-dev +composer require d3/pdfdocuments_compat:^1.0 --update-no-dev ``` Löschen Sie die Dateien des OXID InvoicePDF Moduls. diff --git a/README.en.md b/README.en.md index 58e2557..0ef6ee4 100644 --- a/README.en.md +++ b/README.en.md @@ -17,7 +17,7 @@ The admin form for document generation is not copied here, because it is already - PHP version for which installation packages are available (PHP 7) - Installation via Composer -## compatibility: +## Compatibility: The module contains the same functionality as the `OXID Invoice PDF` module. Since it is intended to replace its function, the OXID module is uninstalled. @@ -26,7 +26,7 @@ The module contains the same functionality as the `OXID Invoice PDF` module. Sin Disable the OXID InvoicePDF module in the admin area of your shop. ```bash -composer require d3/pdfdocuments_compat --update-no-dev +composer require d3/pdfdocuments_compat:^1.0 --update-no-dev ``` Delete the files of the OXID InvoicePDF module.