Skip to content

Commit

Permalink
Tweak readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rbibby committed Jan 11, 2023
1 parent 5be908c commit cdeb6f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ First, use composer to require the package as below:
composer require ukfast/laravel-sieve
```

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

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

```
UKFast\Sieve\SieveServiceProvider::class,
Expand Down

0 comments on commit cdeb6f8

Please sign in to comment.