diff --git a/README.md b/README.md index b803b37..1cc84c8 100644 --- a/README.md +++ b/README.md @@ -476,7 +476,7 @@ If you want to go through **every item in your index, and only forwards**, you'l ```php items('product'); // obtain items iterator foreach($items as $item){ // only iterate through all the items. echo $item['title']; }