Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizley committed Jul 31, 2016
1 parent 2a2be69 commit 7fcfb49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ You can find Quill at http://quilljs.com

Easiest way to install this extension is through the [Composer](https://getcomposer.org).
Add in your ```composer.json```:
```"bizley/quill": "*"```
```"bizley/quill": "1.2.*"```
or run console command:
```php composer.phar require bizley/quill "*"```
```php composer.phar require "bizley/quill 1.2.*"```

### Usage

Expand Down Expand Up @@ -70,8 +70,8 @@ With **yii2-quill** it is quite simple - there are predefined buttons you can us
- ```'s'``` strikethrough,
- ```'font'``` font family,
- ```'size'``` font size,
- ```'textColor'``` font colour,
- ```'backColor'``` background colour,
- ```'textcolor'``` font colour,
- ```'backcolor'``` background colour,
- ```'ol'``` ordered list,
- ```'ul'``` bullet list,
- ```'alignment'``` text alignment,
Expand Down

0 comments on commit 7fcfb49

Please sign in to comment.