Skip to content

Commit

Permalink
Merge pull request #19 from poldixd/patch-1
Browse files Browse the repository at this point in the history
Changed the sorting of email and password
  • Loading branch information
PlusMinus0 committed Jul 2, 2018
2 parents 6283d23 + f2211d8 commit 6c4b3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6c4b3fc

Please sign in to comment.