Skip to content

Commit 04346cc

Browse files
authored
Add Blade syntax highlighting to readme
1 parent 7e44147 commit 04346cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Route::name('auth.confirm')->get('/register/confirm/{confirmation_code}', 'Auth\
5252
This packages adds some flash messages that contain error/information messages for your users.
5353
To show them to your users, add this to your `login.blade.php`:
5454

55-
```
55+
```blade
5656
@if (session('confirmation'))
5757
<div class="alert alert-info" role="alert">
5858
{{ session('confirmation') }}

0 commit comments

Comments
 (0)