updated README.md to model current status of project

This commit is contained in:
Daniel 2019-08-18 22:37:14 -04:00
parent aeaacb6b40
commit 24bf64c1e2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ python setup.py install
## Usage
The library needs to be configured with your account's email and API password, the latter of which can be created [here](https://voip.ms/m/api.php). Set the variables `voipms.email` and `voipms.apikey` to their respective values:
The library needs to be configured with your account's email and API password, the latter of which can be created [here](https://voip.ms/m/api.php). Once that's been done, create a Client object as shown below:
```python
from voipms.api import Client