From d1a0073f627f5b4c84c8b3c1b9e1e74403eb86d4 Mon Sep 17 00:00:00 2001 From: Deric Crago Date: Fri, 18 Jan 2013 21:16:35 -0500 Subject: Update docs/usage.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think it should beĀ ``wkhtmltopdf`` and not ``django_wkhtmltopdf`` --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/usage.rst b/docs/usage.rst index 0577241..dc733b2 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -78,7 +78,7 @@ and override the sections you need to. .. code-block:: python - from django_wkhtmltopdf.views import PDFTemplateView + from wkhtmltopdf.views import PDFTemplateView class MyPDF(PDFTemplateView): -- cgit v1.2.3