Skip to content

Commit cdeb6f8

Browse files
committed
Tweak readme wording
1 parent 5be908c commit cdeb6f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ First, use composer to require the package as below:
1414
composer require ukfast/laravel-sieve
1515
```
1616

17-
If you have a Lumen project you will need to register the service provider as below.
1817
In Laravel the service provider will be automatically discovered.
1918

20-
You register the service provider in the `providers` key in ``config/app.php`:
19+
If you are using Lumen you will need to register the service provider in the `providers` key in `config/app.php`:
2120

2221
```
2322
UKFast\Sieve\SieveServiceProvider::class,

0 commit comments

Comments
 (0)