Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZ99 committed Apr 13, 2016
1 parent 2b5e236 commit cfbc803
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 @@ -476,7 +476,7 @@ If you want to go through **every item in your index, and only forwards**, you'l

```php
<?php
$items = $mySearchEngine.items('product'); // obtain items iterator
$items = $mySearchEngine->items('product'); // obtain items iterator
foreach($items as $item){ // only iterate through all the items.
echo $item['title'];
}
Expand Down

0 comments on commit cfbc803

Please sign in to comment.