Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11 from meilisearch/shokme-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
curquiza authored Apr 21, 2020
2 parents 24b84d9 + 0d86499 commit 12820d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class BookController extends Controller
$options['filters'] = 'author="Antoine de Saint-Exupéry"';

return $meilisearch->search($query, $options);
})->limit(3)->get();
})->take(3)->get();
}
}
```
Expand Down

0 comments on commit 12820d9

Please sign in to comment.