aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGeorge Hickman <george@ghickman.co.uk>2012-07-08 11:09:13 +0200
committerGeorge Hickman <george@ghickman.co.uk>2012-07-08 11:09:13 +0200
commitfab23c4fc12d667575064835c82146eb8f88f896 (patch)
treeef7dc129f067008b7ec8af7a0f1167282160dcda /README.rst
parent786d7f833534a778d68ed89a5df27d3e42e0b0bf (diff)
downloaddjango-wkhtmltopdf-fab23c4fc12d667575064835c82146eb8f88f896.tar.gz
django-wkhtmltopdf-fab23c4fc12d667575064835c82146eb8f88f896.tar.bz2
django-wkhtmltopdf-fab23c4fc12d667575064835c82146eb8f88f896.zip
spelling/formatting
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b65bb22..ee7a099 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ Requirements
------------
Install the `wkhtmltopdf`_ binary.
-This requires libfontconfig (on Ububtu: ``sudo aptitude install libfontconfig``).
+This requires libfontconfig (on Ubuntu: ``sudo aptitude install libfontconfig``).
.. _wkhtmltopdf: http://code.google.com/p/wkhtmltopdf/downloads/list
@@ -31,6 +31,6 @@ 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:
-e.g.: in ``settings.py``
+e.g.: in ``settings.py``::
WKHTMLTOPDF_CMD = '/path/to/my/wkhtmltopdf'