From 4155b05807f4dd592017d3724c0522b5e14004c0 Mon Sep 17 00:00:00 2001 From: Dennis Elsinga Date: Thu, 27 Jun 2024 14:52:22 +0200 Subject: [PATCH] Update method name to `linkBlank` in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7ec685..a82a2bf 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ SimpleAlert::make() ->linkLabel('Read more!'), ``` -If you would like the link to open in a new tab, you can use the `blank` method. +If you would like the link to open in a new tab, you can use the `linkBlank` method. ```php use CodeWithDennis\SimpleAlert\Components\Infolists\SimpleAlert;