Skip to content

Commit 2a6555e

Browse files
committed
readme updated
1 parent dd85f66 commit 2a6555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ php artisan vendor:publish --provider="Chr15k\MysqlEncrypt\MysqlEncryptServicePr
1919
### 3. Configure Provider
2020
- For Laravel 5.5 or later, the service provider is automatically loaded, skip this step.
2121

22-
- For Laravel 5.4 or earlier, you'll need to add the following to `config/app.php`:
22+
- For Laravel 5.4 or earlier, add the following to `config/app.php`:
2323
```php
2424
'providers' => array(
2525
Chr15k\\MysqlEncrypt\\MysqlEncryptServiceProvider::class

0 commit comments

Comments
 (0)