Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit a95b930

Browse files
committed
Readme changes
1 parent 5c8ec3a commit a95b930

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ composer require mobtexting/mobtexting-php
2626
### Send an SMS
2727

2828
```php
29-
// Send an SMS using Twilio's REST API and PHP
3029
<?php
31-
$token = "YYYYYY"; // Your Auth Token from www.twilio.com/console
30+
$token = "YYYYYY";
3231

3332
$client = new Mobtexting\Client($token);
3433
$message = $client->messages->send(

0 commit comments

Comments
 (0)