Skip to content

Commit ebf1985

Browse files
committed
fix type
1 parent 2bee259 commit ebf1985

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# php-jsonq
22

3-
**php-jsonq** is a simple, elegant Javascript package to Query over any type of JSON Data. It'll make your life easier by giving the flavour of an ORM-like query on your JSON.
4-
5-
This package is inspired from the awesome [jsonq](https://github.com/nahid/jsonq) package.
3+
**JsonQ** is a simple, elegant PHP package to Query over any type of JSON Data. It'll make your life easier by giving the flavour of an ORM-like query on your JSON.
64

75
## Installation
86

@@ -226,7 +224,7 @@ echo $q->from('vendor.name')->get();
226224

227225
If you want to traverse to more deep in hierarchy, you can do it like:
228226

229-
```Javascript
227+
```php
230228
$q = new jsonq('data.json');
231229
echo $q->from('users.5.visits')->get();
232230
```

0 commit comments

Comments
 (0)