aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Lenc <mattl@incuna.com>2014-06-19 12:57:38 +0100
committerMatt Lenc <mattl@incuna.com>2014-06-19 12:57:38 +0100
commita56c03c09be3452c370251fdf8387c83fa6c9d5a (patch)
tree14b32252240f6c4aa9abe2bccfd15fbf3be80eff
parentcbd68d7f6df47ea4bd412b10df937b4a586ae090 (diff)
downloaddjango-wkhtmltopdf-a56c03c09be3452c370251fdf8387c83fa6c9d5a.tar.gz
django-wkhtmltopdf-a56c03c09be3452c370251fdf8387c83fa6c9d5a.tar.bz2
django-wkhtmltopdf-a56c03c09be3452c370251fdf8387c83fa6c9d5a.zip
Fix link for RST
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e7b1bfb..6585a38 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,7 @@ Provides a thin Django wrapper for the `wkhtmltopdf <http://wkhtmltopdf.org>`_ b
Requirements
------------
-Install the `wkhtmltopdf <http://wkhtmltopdf.org/downloads.html>`_ binary.
+Install the `wkhtmltopdf static binary <http://wkhtmltopdf.org/downloads.html>`_.
This requires libfontconfig (on Ubuntu: ``sudo aptitude install libfontconfig``).