From b360e20eebad4b984b65cd122fefc28a64696f18 Mon Sep 17 00:00:00 2001 From: Toon Van den Bos Date: Thu, 21 Dec 2023 15:29:03 +0100 Subject: [PATCH] Updated wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6814dbc..c709f5f 100644 --- a/README.md +++ b/README.md @@ -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;