Skip to content

Commit 0612b37

Browse files
authored
Merge pull request #13 from atefBB/patch-1
fix typo
2 parents 0d1b942 + e8d111c commit 0612b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $json->json('{"id": 1, "name": "Nahid"}');
2626
Or from a PHP Array:
2727

2828
```php
29-
$this->collect(['id'=>1, 'name'=>'Nahid']);
29+
$json->collect(['id'=>1, 'name'=>'Nahid']);
3030
```
3131

3232
You can start Query your data using the various query methods such as **find**, **where**, **orWhere**, **whereIn**, **whereStartsWith**, **whereEndsWith**, **whereContains** and so on. Also you can aggregate your data after query using **sum**, **count**, **groupBy**, **max**, **min** etc.
@@ -592,4 +592,4 @@ This package has also different language support.
592592

593593
- [JavaScript JsonQ](https://github.com/me-shaon/js-jsonq) developed by [Ahmed shamim](https://github.com/me-shaon)
594594
- [Python JsonQ](https://github.com/s1s1ty/py-jsonq) developed by [Shaon Shaonty](https://github.com/s1s1ty)
595-
- [Go JsonQ](https://github.com/thedevsaddam/go-jsonq) developed by [Saddam H](https://github.com/thedevsaddam) - Upcoming
595+
- [Go JsonQ](https://github.com/thedevsaddam/go-jsonq) developed by [Saddam H](https://github.com/thedevsaddam) - Upcoming

0 commit comments

Comments
 (0)