From 24bf64c1e2a119cc41cd9ffe911b9e95eda6d0d2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 18 Aug 2019 22:37:14 -0400 Subject: [PATCH] updated README.md to model current status of project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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