Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 264f050

Browse files
Update README.md
1 parent 7aa6052 commit 264f050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ The components provide by LLoadout are prefixed with 'load'.
3737
<img src="https://github.com/LLoadout/assets/blob/master/components/select.png" width="400" title="LLoadout Components - select box">
3838
</p>
3939

40-
@php($options = [1 => 'first', 2 => 'second']);
41-
<x-load-select name="your-name" :options="$options" class="searchable"></x-select>
40+
@php($options = [1 => 'first', 2 => 'second'])
41+
<x-load-select name="your-name" :options="$options" class="searchable"></x-load-select>
4242

4343
This markup will render as
4444

0 commit comments

Comments
 (0)