Skip to content

Commit e613d8f

Browse files
committed
update readme
1 parent 3176d18 commit e613d8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,6 @@ DB::collection('items')->project(array('tags' => array('$slice' => 1)))->get();
836836

837837
**Projections with Pagination**
838838

839-
You can apply projections to your queries using the `project` method.
840-
841839
```php
842840
$limit = 25;
843841
$projections = array('id', 'name');

0 commit comments

Comments
 (0)