Skip to content

Commit 4bf8df8

Browse files
committed
📝 Proper english sentence added
1 parent ee297ea commit 4bf8df8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
[![Psalm](https://github.com/codebar-ag/laravel-twilio-verify/actions/workflows/psalm.yml/badge.svg)](https://github.com/codebar-ag/laravel-twilio-verify/actions/workflows/psalm.yml)
77
[![Check & fix styling](https://github.com/codebar-ag/laravel-twilio-verify/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/codebar-ag/laravel-twilio-verify/actions/workflows/php-cs-fixer.yml)
88

9-
This package was developed to give you a quick start to communicate start and
10-
check a verification with Twilio Verify.
9+
This package was developed to give you a quick start to communicate with the
10+
Twilio Verify service.
1111

1212
⚠️ This package is not designed as a replacement of the official
1313
[Twilio REST API](https://www.twilio.com/docs/verify/api).
@@ -124,14 +124,14 @@ CodebarAg\TwilioVerify\DTO\VerificationCheck {
124124
## 🔧 Configuration file
125125

126126
You can publish the config file with:
127+
127128
```bash
128129
php artisan vendor:publish --provider="CodebarAg\TwilioVerify\TwilioVerifyServiceProvider" --tag="laravel-twilio-verify-config"
129130
```
130131

131132
This is the contents of the published config file:
132133

133134
```php
134-
135135
return [
136136

137137
/*

0 commit comments

Comments
 (0)