Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haq authored Dec 10, 2024
1 parent 701e191 commit 532e51e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,14 @@ services:
```json
[
{
"username":"account-1@mail.com",
"password":"password-1"
"username":"account1@mail.com",
"password":"password1"
},
{
"username":"[email protected]",
"password":"password-2",
"proxy":"http://user:pass@host2:port"
},
{
"username":"[email protected]",
"password":"password-3"
"username":"[email protected]",
"password":"password2",
"totp":"0123 4567 89ab cdef",
"proxy":"http://user:pass@host1:port"
}
]
```
Expand Down

0 comments on commit 532e51e

Please sign in to comment.