We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1997f23 commit 3830cb3Copy full SHA for 3830cb3
README.md
@@ -22,7 +22,7 @@ use Sms77\Api\Params\SmsParams;
22
$client = new Client('MY_VERY_SECRET_API_KEY!');
23
$params = new SmsParams();
24
$client->sms($params
25
- ->setTo(+4901234567890)
+ ->setTo('+4901234567890')
26
->setText('HI2U'));
27
```
28
@@ -164,4 +164,4 @@ particular API key. SMS77_RECIPIENT is the recipient of the test SMS.
164
165
Need help? Feel free to [contact us](https://www.sms77.io/en/company/contact/).
166
167
-[](./LICENSE)
+[](./LICENSE)
0 commit comments