diff --git a/docs/installation.rst b/docs/installation.rst index 002058b23..c91299e10 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -87,8 +87,7 @@ Add django-debug-toolbar's URLs to your project's URLconf: ] This example uses the ``__debug__`` prefix, but you can use any prefix that -doesn't clash with your application's URLs. Note the lack of quotes around -``debug_toolbar.urls``. +doesn't clash with your application's URLs. 5. Add the Middleware ^^^^^^^^^^^^^^^^^^^^^