From e24fec79665e11e59b80bcbf9ac3eb8bd7b8624a Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Sat, 14 Nov 2015 17:34:30 +0400 Subject: [PATCH] Added backward compatibility for deprecated alignment options. --- README.md | 2 +- docs/installing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a1ece1c2b..bb670afe86 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ PHPWord requires the following: - [GD extension](http://php.net/manual/en/book.image.php) (optional, used to add images) - [XMLWriter extension](http://php.net/manual/en/book.xmlwriter.php) (optional, used to write DOCX and ODT) - [XSL extension](http://php.net/manual/en/book.xsl.php) (optional, used to apply XSL style sheet to template ) -- [dompdf](https://github.com/dompdf/dompdf) (optional, used to write PDF) +- [dompdf library](https://github.com/dompdf/dompdf) (optional, used to write PDF) ## Installation diff --git a/docs/installing.rst b/docs/installing.rst index 2027a1a0e9..dc1f40f384 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -18,7 +18,7 @@ Optional: - `GD `__ extension - `XMLWriter `__ extension - `XSL `__ extension -- `dompdf `__ +- `dompdf `__ library Installation ------------