From cfbc80365a75110b255a9f8eb6ebee5fa5e4f4c3 Mon Sep 17 00:00:00 2001 From: Joe Z Date: Tue, 12 Apr 2016 20:43:39 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; }