diff options
author | George Hickman <george@ghickman.co.uk> | 2012-07-08 11:09:13 +0200 |
---|---|---|
committer | George Hickman <george@ghickman.co.uk> | 2012-07-08 11:09:13 +0200 |
commit | fab23c4fc12d667575064835c82146eb8f88f896 (patch) | |
tree | ef7dc129f067008b7ec8af7a0f1167282160dcda | |
parent | 786d7f833534a778d68ed89a5df27d3e42e0b0bf (diff) | |
download | django-wkhtmltopdf-fab23c4fc12d667575064835c82146eb8f88f896.tar.gz django-wkhtmltopdf-fab23c4fc12d667575064835c82146eb8f88f896.tar.bz2 django-wkhtmltopdf-fab23c4fc12d667575064835c82146eb8f88f896.zip |
spelling/formatting
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |