diff --git a/README.md b/README.md index 2ad7cb5..d43faa1 100644 --- a/README.md +++ b/README.md @@ -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