From b0a3fab113385df585c524a13936e842f98d9c0e Mon Sep 17 00:00:00 2001 From: Ronnel Martinez Date: Thu, 30 Apr 2020 21:53:23 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1894ae..f413e5c 100644 --- a/README.md +++ b/README.md @@ -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();