Skip to content

Commit 3830cb3

Browse files
authored
README: add missing quotes
1 parent 1997f23 commit 3830cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Sms77\Api\Params\SmsParams;
2222
$client = new Client('MY_VERY_SECRET_API_KEY!');
2323
$params = new SmsParams();
2424
$client->sms($params
25-
->setTo(+4901234567890)
25+
->setTo('+4901234567890')
2626
->setText('HI2U'));
2727
```
2828

@@ -164,4 +164,4 @@ particular API key. SMS77_RECIPIENT is the recipient of the test SMS.
164164

165165
Need help? Feel free to [contact us](https://www.sms77.io/en/company/contact/).
166166

167-
[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](./LICENSE)
167+
[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](./LICENSE)

0 commit comments

Comments
 (0)