Skip to content

Commit

Permalink
docs: Readability improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygeno committed Sep 15, 2023
1 parent 1e9dc4d commit d1314ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ curl -d "to=+15417543010&otp=1234" localhost/phone-verification/complete
```

## Different storages and notification channels
To switch between [available](#requirements) storages and notifications channels, install the respective package and update the configuration

For example, to use **Mongodb** as a storage and **Twilio** as a notification channel:
To switch between [available](#requirements) storages and notifications channels, install the respective package and update the configuration. For example, to use **Mongodb** as a storage and **Twilio** as a notification channel:
```shell
composer require jenssegers/mongodb laravel-notification-channels/twilio
```
Expand Down

0 comments on commit d1314ed

Please sign in to comment.