From b9c0ab2ddd26484b4106f04a43fb6b239f752fa9 Mon Sep 17 00:00:00 2001 From: Bruno Pereira Date: Wed, 14 Feb 2024 14:57:38 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d6f137..01440e9 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ public static function getOverlookWidgetTitle(): string ### Customize Widget Icon -By default, the icon will be loaded from the resource but you can override it by passing using the `icons` method in the plugin. +By default, the icon will be loaded from the resource but you can override it by passing using the `icons` modifier on the plugin and passing it an array of icon names and resource names. ```php use Awcodes\Overlook\OverlookPlugin;