aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
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'