Merge pull request #19 from poldixd/patch-1

Changed the sorting of email and password
This commit is contained in:
PlusMinus0 2018-07-02 16:20:42 +02:00 committed by GitHub
commit 6c4b3fcbc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ Headless JDownloader 2 Docker Container
5. On your host, enter your credentials (in quotes) to the file `org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json` as in:
```
{ "password" : "mypasswort", "email" : "email@home.org" }
{ "email" : "email@home.org", "password" : "mypasswort" }
```
6. Start the container: