Skip to content

Commit 0593e7e

Browse files
committedJul 7, 2015
Update README.md
1 parent b6900bf commit 0593e7e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,18 @@ Yii2 DataTables
33

44
Yii2 Widget for [DataTables](https://github.com/DataTables/DataTables) plug-in for jQuery
55

6-
**Work in Progress. Not ready for production**
7-
86
## Installation
97

108
The preferred way to install this extension is through composer.
119

1210
Either run
1311

1412
```
15-
composer require "nullref/yii2-datatables" "*"
13+
composer require nullref/yii2-datatables
1614
```
1715
or add
1816
```
19-
"nullref/yii2-datatables": "*"
17+
"nullref/yii2-datatables": "~1.0"
2018
```
2119
to the require section of your `composer.json` file.
2220

0 commit comments

Comments
 (0)
Please sign in to comment.