From f2211d816fae6b06f462fa336081456a1ce1fce1 Mon Sep 17 00:00:00 2001 From: Nils Date: Mon, 2 Jul 2018 16:12:05 +0200 Subject: [PATCH] Changed the sorting of email and password --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de2d5a..36b1f92 100644 --- a/README.md +++ b/README.md @@ -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: