Skip to content

Commit ca3a1a2

Browse files
author
Igor Chepurnoy
authored
Update README.md
1 parent 08da413 commit ca3a1a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ArrayQuery Component for Yii2
44
Allows searching/filtering of an array. This component is very useful when displaying array data in GridViews with an
55
ArrayDataProvider.
66

7+
[![Build Status](https://travis-ci.org/yii2mod/yii2-array-query.svg?branch=master)](https://travis-ci.org/yii2mod/yii2-array-query)
8+
79
Installation
810
------------
911

@@ -47,4 +49,4 @@ $query->from($data);
4749
$query->where(['username' => 'admin']);
4850

4951
$rows = $query->all();
50-
```
52+
```

0 commit comments

Comments
 (0)