Skip to content

Commit d218527

Browse files
authored
Update README.md (#102)
1 parent ce4c111 commit d218527

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
@@ -15,7 +15,7 @@ Laravel MySQLite is meant to be used in conjunction with Laravel. It is a datab
1515
1. Execute `composer require spam-n-eggs/laravel-mysqlite` or alternatively `composer require --dev spam-n-eggs/laravel-mysqlite`
1616

1717
## Registering as a Service Provider
18-
In order to provide clutter it is preferable to create a separate Service Provider
18+
In order to reduce clutter it is preferable to create a separate Service Provider
1919
1. If there is a need to conditionally register the Service (i.e. you only use it in testing) create a new class in `app/Providers` that extends `Mhorninger\SQLite\MySQLiteServiceProvider`
2020

2121
```php

0 commit comments

Comments
 (0)