From ec298e81bb3c18fab261a3660c63c5c0f5aeb04f Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 31 Jul 2015 17:09:42 +0100 Subject: README cleanup Minor fixes --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e8a0a25..b2b4404 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,10 @@ django-wkhtmltopdf :alt: Number of PyPI downloads -Converts html to PDF +Converts HTML to PDF -------------------- -Provides a thin Django wrapper for the `wkhtmltopdf `_ binary. +Provides Django views to wrap the HTML to PDF conversion of the `wkhtmltopdf `_ binary. Requirements ------------ @@ -26,7 +26,7 @@ Install the `wkhtmltopdf static binary `_ This requires libfontconfig (on Ubuntu: ``sudo aptitude install libfontconfig``). -Python 2.6+ and 3.3+ is supported. +Python 2.6+ and 3.3+ are supported. Installation @@ -39,7 +39,7 @@ Add ``'wkhtmltopdf'`` to ``INSTALLED_APPS`` in your ``settings.py``. By default it will execute the first ``wkhtmltopdf`` command found on your ``PATH``. If you can't add wkhtmltopdf to your ``PATH``, you can set ``WKHTMLTOPDF_CMD`` to a -specific execuatable: +specific executable: e.g. in ``settings.py``: :: -- cgit v1.2.3