aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@incuna.com>2015-07-31 17:09:42 +0100
committerJames Turnbull <james@incuna.com>2015-07-31 17:09:42 +0100
commitec298e81bb3c18fab261a3660c63c5c0f5aeb04f (patch)
tree0820f03408ea98e280ca2ad597a4b9ac2da11e16
parent8b45c55a725f1452c2be0b2d5d7b37d55cfef2e5 (diff)
downloaddjango-wkhtmltopdf-ec298e81bb3c18fab261a3660c63c5c0f5aeb04f.tar.gz
django-wkhtmltopdf-ec298e81bb3c18fab261a3660c63c5c0f5aeb04f.tar.bz2
django-wkhtmltopdf-ec298e81bb3c18fab261a3660c63c5c0f5aeb04f.zip
README cleanup
Minor fixes
-rw-r--r--README.rst8
1 files 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 <http://wkhtmltopdf.org>`_ binary.
+Provides Django views to wrap the HTML to PDF conversion of the `wkhtmltopdf <http://wkhtmltopdf.org>`_ binary.
Requirements
------------
@@ -26,7 +26,7 @@ Install the `wkhtmltopdf static binary <http://wkhtmltopdf.org/downloads.html>`_
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``: ::