Skip to content

Commit e43deb6

Browse files
voidgraphicsMarc Cámara
authored andcommitted
Added blade type to code block (#643)
This allows proper syntax highlighting for the blade code example
1 parent 7d6f2de commit e43deb6

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
@@ -448,7 +448,7 @@ This function will return the [ISO 15924](http://www.unicode.org/iso15924) code
448448

449449
If you're supporting multiple locales in your project you will probably want to provide the users with a way to change language. Below is a simple example of blade template code you can use to create your own language selector.
450450

451-
```
451+
```blade
452452
<ul>
453453
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
454454
<li>

0 commit comments

Comments
 (0)