Skip to content

Commit f616957

Browse files
committed
fix readme
1 parent 429070c commit f616957

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
@@ -14,7 +14,7 @@ composer require boring-dragon/msgowl-laravel-notification-channel
1414

1515
Add the environment variables to your `config/services.php`:
1616

17-
````php
17+
```php
1818
// config/services.php
1919
...
2020
'msgowl' => [
@@ -25,7 +25,7 @@ Add the environment variables to your `config/services.php`:
2525
...
2626
```
2727

28-
Add your MsgOwl API Key, Default originator (name or number of sender), and default recipients to your `.env`:
28+
Add your MsgOwl API Key, Default SenderID and default recipients to your `.env`:
2929

3030
```php
3131
// .env

0 commit comments

Comments
 (0)