README typos
This commit is contained in:
parent
4b49b97318
commit
a69447ca5f
|
@ -5,8 +5,10 @@ This is a small hack to send faxes via the sipgate REST API from the command lin
|
||||||
Add your login credentials to `login_credentials_muster.sh` and rename the file to `login_credentials.sh`
|
Add your login credentials to `login_credentials_muster.sh` and rename the file to `login_credentials.sh`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
`fax.sh <letter.pdf> <recipient>`
|
`./fax.sh <letter.pdf> <recipient>`
|
||||||
|
|
||||||
sipgate doesn't accept pdf files larger than 30 pages or 10MB.
|
sipgate doesn't accept pdf files larger than 30 pages or 10MB.
|
||||||
|
|
||||||
~~For now, `<recipient>` has to be numbers-only, starting with `+49`. It is planned to parse different number formats.~~ Should be done.
|
~~For now, `<recipient>` has to be numbers-only, starting with `+49`. It is planned to parse different number formats.~~ Should be done.
|
||||||
|
|
||||||
`balance.sh` just gives your account balance.
|
`balance.sh` just gives your account balance.
|
||||||
|
|
Loading…
Reference in a new issue