From 6eee767daa818742d2d14e8292cda5530622f936 Mon Sep 17 00:00:00 2001 From: Reza Date: Mon, 18 Sep 2017 07:46:01 +1000 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 38bbdad..686a880 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,7 @@ $foo = $ary['x']; $missed = $ary->get('missed', 'Default value'); $ary->all(); // returns the simple php array; -// behaive as regular arrays +// works as regular arrays count($ary); //returns 3 unset($ary[0]); json_encode($ary); @@ -66,4 +66,4 @@ or use Composer: Licence ======= -MIT \ No newline at end of file +MIT