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

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
* Corrected readme, example wasn't correct after API change.
  • Loading branch information
deanblackborough committed Apr 24, 2017
1 parent fab04ab commit 10d52eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ Full changelog for PHP Quill Renderer

## v0.80.0

* Only testing against PHP 7+. [Tests]
* I'm now only testing against PHP 7+. [Tests]
* Added tests for setting attributes. [Tests]
* Switched to PSR4
* Minor change to API if using Quill (Render) class, after the PSR4 change I didn't like Quill/Quill.

## v0.70.0 - 2017-04-19

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ alternatively include the classes in src/ in your library.
## Usage, using Quill API
```
try {
$quill = new \DBlackborough\Quill($deltas, 'HTML');
$quill = new \DBlackborough\Quill\Render($deltas, 'HTML');
echo $quill->render();
} catch (\Exception $e) {
echo $e->getMessage();
Expand Down

0 comments on commit 10d52eb

Please sign in to comment.