Skip to content

Commit 34c71c9

Browse files
Update README.md
1 parent 9f9c3ca commit 34c71c9

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
@@ -22,7 +22,7 @@ php artisan filament:assets
2222

2323
## Relationships
2424

25-
#### Use the tree for a `BelongsToMany` relationship
25+
Use the tree for a `BelongsToMany` relationship
2626

2727
```PHP
2828
use CodeWithDennis\FilamentSelectTree\SelectTree;
@@ -31,7 +31,7 @@ SelectTree::make('categories')
3131
->relationship('categories', 'name', 'parent_id')
3232
```
3333

34-
#### Use the tree for a `BelongsTo` relationship
34+
Use the tree for a `BelongsTo` relationship
3535

3636
```PHP
3737
use CodeWithDennis\FilamentSelectTree\SelectTree;

0 commit comments

Comments
 (0)