diff --git a/readme.md b/readme.md index b31f1b7..1388767 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Ary is a light class/function that makes accessing array items more convenient. 2. You will get `null` if an index does not exists (instead of a nasty notification!) 3. You can specify a default value for missing indexes. 4. You can set/get a value within a deeply nested array using "dot" notation. -5. A bunch of really handy method: `merge`,`only`,`search`,`toObject`, ... +5. A bunch of really handy methods: `merge`, `only`, `search`, `toObject`, ... Examples --------