[mod] readme
This commit is contained in:
parent
469cc10773
commit
c9cd195508
12
readme.md
12
readme.md
|
|
@ -22,12 +22,14 @@ For most API calls it is necessary to provide login information. There are two w
|
||||||
- the default location is `~/.inwx-conf.json`
|
- the default location is `~/.inwx-conf.json`
|
||||||
- a minial configuration file for specifying the credentials would look as follows:
|
- a minial configuration file for specifying the credentials would look as follows:
|
||||||
|
|
||||||
{
|
```
|
||||||
"account": {
|
{
|
||||||
"username": "___",
|
"account": {
|
||||||
"password": "___"
|
"username": "___",
|
||||||
}
|
"password": "___"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue