We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84122d2 commit 0b03b8aCopy full SHA for 0b03b8a
1 file changed
README.md
@@ -28,7 +28,7 @@ Here is an example on how to send an SMS with this package;
28
29
>> import nextsms
30
>> sender = nextsms('your username', 'your password')
31
->> sender.sendsms(message='hello', recipients=['075XXXXX',['065XXXX'], sender_id="NEXTSMS")
+>> sender.sendsms(message='hello', recipients=['25575XXXXX','25565XXXX'], sender_id="NEXTSMS")
32
33
```
34
0 commit comments