Skip to content

Commit

Permalink
Update method name to linkBlank in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Jun 27, 2024
1 parent bc79dbc commit 4155b05
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 @@ -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;
Expand Down

0 comments on commit 4155b05

Please sign in to comment.