From dfc535b9d875b9360d143a666efdb41302a0eb78 Mon Sep 17 00:00:00 2001 From: Bryce Drennan Date: Thu, 23 Jan 2014 20:14:15 -0800 Subject: [PATCH] Update docs to match code. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f751ede..4cc8851 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ line:: in your ``urls.py`` (it should be there by default), with:: - from coffin.conf.urls.defaults import * + from coffin.conf.urls import * Custom filters and extensions