Skip to content

Commit

Permalink
Merge pull request #11 from alexander-schranz/patch-1
Browse files Browse the repository at this point in the history
Fix markdown errors in readme
  • Loading branch information
TheCadien committed Feb 23, 2024
2 parents 4d71bec + b385956 commit 5f1d80c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##Requirements
## Requirements

* PHP >= 7.3
* Sulu 2.*
Expand Down Expand Up @@ -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.
Expand All @@ -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=
```
```

0 comments on commit 5f1d80c

Please sign in to comment.