Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
woenel authored Apr 30, 2020
1 parent 31dbbe5 commit b0a3fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the three methods you can use to send a message:

###### 1. Using facade
```
use Woenel\TxtBox\Facades\TxtBox;
use Woenel\Facades\TxtBox;
$result = TxtBox::to('09123456789')->message('Hello World!')->send();
Expand Down

0 comments on commit b0a3fab

Please sign in to comment.