Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydspaniard committed Mar 16, 2015
1 parent 26f5aab commit 47184ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,12 +16,12 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```bash
php composer.phar require "2amigos/yii2-date-time-picker-widget" "*"
composer require 2amigos/yii2-date-time-picker-widget:~1.0
```
or add

```json
"2amigos/yii2-date-time-picker-widget" : "*"
"2amigos/yii2-date-time-picker-widget" : "~1.0"
```

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

0 comments on commit 47184ad

Please sign in to comment.