Skip to content

Commit acf7397

Browse files
committed
update README.md
1 parent 2bd6a41 commit acf7397

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ composer require rupadana/filament-custom-forms
1919

2020
```php
2121
InputGroup::make(3)
22-
->label('Input Group')
23-
->schema([
24-
TextInput::make('first'),
25-
Select::make('second'),
26-
ColorPicker::make('third'),
27-
])
22+
->label('Input Group')
23+
->schema([
24+
TextInput::make('first'),
25+
Select::make('second'),
26+
ColorPicker::make('third'),
27+
])
2828
```
2929

3030

0 commit comments

Comments
 (0)