diff --git a/README.md b/README.md index 4ff6309..1453b33 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ You can use the channel in your `via()` method inside the notification: ```php use Illuminate\Notifications\Notification; -use NotificationChannels\Clickatell\ClickatellMessage; -use NotificationChannels\Clickatell\ClickatellChannel; +use IoDigital\Clickatell\ClickatellMessage; +use IoDigital\Clickatell\ClickatellChannel; class AccountApproved extends Notification {