Skip to content

Commit

Permalink
Updated wording
Browse files Browse the repository at this point in the history
  • Loading branch information
toonvandenbos committed Dec 21, 2023
1 parent 4f6ae52 commit b360e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you want to customize the consent modal's views:

More on [customization](#customization) below.

Now, we'll have to register and configure the used cookies in the freshly published `App\Providers\CookiesServiceProvider`:
Now, we'll have to register and configure the used cookies in the freshly published `App\Providers\CookiesServiceProvider::registerCookies()` method:

```php
namespace App\Providers;
Expand Down

0 comments on commit b360e20

Please sign in to comment.