Skip to content

Commit c2e7d08

Browse files
authored
Update README.md
1 parent 7f6b536 commit c2e7d08

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
@@ -196,8 +196,8 @@ MySQL has a *soundex* algorithm built-in so you can search for terms that sound
196196

197197
```php
198198
Search::new()
199-
->add(Post::class, 'title')
200-
->add(Video::class, 'title')
199+
->add(Post::class, 'framework')
200+
->add(Video::class, 'framework')
201201
->soundsLike()
202202
->get('larafel');
203203
```

0 commit comments

Comments
 (0)