diff --git a/readme.md b/readme.md index 571fbc6..e1deb6f 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -##Requirements +## Requirements * PHP >= 7.3 * Sulu 2.* @@ -48,11 +48,9 @@ IMPORT_DIR='var/import/' EXPORT_DIR='var/export/' ``` +## UPGRADE - -##UPGRADE - -###1.1.1 +### 1.1.1 Since version 1.1.1 it should be possible to change the path of the export and import easily. For this the ENV must be extended by the following variables. @@ -61,4 +59,4 @@ To map the same function as in the 1.0.0 version it is sufficient to leave the v ```dotenv IMPORT_DIR= EXPORT_DIR= - ``` \ No newline at end of file + ```