Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bilfeldt committed Dec 22, 2022
1 parent 7427f4d commit 7484a5f
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 @@ -65,7 +65,7 @@ Simple usage of the alert blade components (`message`, `info`, `success`, `warni
Validation errors are made available as `$errors` by default in Laravel and it is possilbe to render these easily using:

```blade
<x-flash::error
<x-flash::errors
:title="__('Validation errors')"
:text="__('Please correct the following errors:')"
/>
Expand Down

0 comments on commit 7484a5f

Please sign in to comment.