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

Commit e41fdfb

Browse files
authored
Update README.md
1 parent 7291135 commit e41fdfb

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
@@ -36,9 +36,9 @@ todo
3636

3737
## Usage
3838

39-
```
39+
```blade
4040
<x-form>
41-
@bind(auth()->user())
41+
@bind($user)
4242
<x-form-input name="last_name" label="Last Name" />
4343
<x-form-select name="country_code" :options="$options" />
4444
<x-form-select name="interests" :options="$multiOptions" multiple />

0 commit comments

Comments
 (0)