We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c5287 commit 1d63d9fCopy full SHA for 1d63d9f
README.md
@@ -60,7 +60,7 @@ return [
60
61
Here are some examples on how you can use it in a laravel notification class.
62
63
-### Quick Example
+### Quick Example (Recommended as it greatly simplify things)
64
65
```php
66
declare(strict_types=1);
@@ -108,7 +108,7 @@ class OrderShippedNotification extends Notification implements CrispWhatsAppNoti
108
```
109
110
111
-### Detailed Example
+### Detailed Example (If you want a lot more control over your whatsapp message)
112
113
114
0 commit comments