Skip to content

Commit 1d63d9f

Browse files
committed
improve readme
1 parent 86c5287 commit 1d63d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ return [
6060

6161
Here are some examples on how you can use it in a laravel notification class.
6262

63-
### Quick Example
63+
### Quick Example (Recommended as it greatly simplify things)
6464

6565
```php
6666
declare(strict_types=1);
@@ -108,7 +108,7 @@ class OrderShippedNotification extends Notification implements CrispWhatsAppNoti
108108
```
109109

110110

111-
### Detailed Example
111+
### Detailed Example (If you want a lot more control over your whatsapp message)
112112
```php
113113
declare(strict_types=1);
114114

0 commit comments

Comments
 (0)