Skip to content

Commit df4b341

Browse files
author
igor-chepurnoi
committed
update README
1 parent 8c43b53 commit df4b341

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
ArrayQuery Component for Yii2
2-
=============================
1+
<p align="center">
2+
<a href="https://github.com/yiisoft" target="_blank">
3+
<img src="https://avatars0.githubusercontent.com/u/993323" height="100px">
4+
</a>
5+
<h1 align="center">Yii2 ArrayQuery Component</h1>
6+
<br>
7+
</p>
38

49
Allows searching/filtering of an array. This component is very useful when displaying array data in GridViews with an
510
ArrayDataProvider.
@@ -22,7 +27,7 @@ php composer.phar require --prefer-dist yii2mod/yii2-array-query "*"
2227

2328
or add
2429

25-
```json
30+
```
2631
"yii2mod/yii2-array-query": "*"
2732
```
2833

0 commit comments

Comments
 (0)