Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Nov 8, 2014
1 parent 1cde228 commit 918f8cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ The preferred way to install this extension is through [composer](http://getcomp
To install, either run

```
$ php composer.phar require kartik-v/yii2-widget-select2 "dev-master"
$ php composer.phar require kartik-v/yii2-widget-select2 "*"
```

or add

```
"kartik-v/yii2-widget-select2": "dev-master"
"kartik-v/yii2-widget-select2": "*"
```

to the ```require``` section of your `composer.json` file.
Expand Down

0 comments on commit 918f8cb

Please sign in to comment.