Skip to content

Commit

Permalink
Edited README.rst via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
rassie committed Aug 1, 2011
1 parent edb441a commit b1fa67b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ projects. Feedback welcome, patches appreciated. - Ross McFarland
Installation
============

#. Install and configure ```django-debug-toolbar`` <https://github.com/django-debug-toolbar/django-debug-toolbar>`_.
#. Install and configure `Django Debug Toolbar <https://github.com/django-debug-toolbar/django-debug-toolbar>`_.

#. Add the ``memcache_toolbar`` app to your ``INSTALLED_APPS``.

Expand All @@ -37,9 +37,8 @@ Configuration

You'll need to add the panel corresponding to the library you'll be using to
the list of debug toolbar's panels in the order in which you'd like it to
appear.
appear::

::
DEBUG_TOOLBAR_PANELS = (
'debug_toolbar.panels.version.VersionDebugPanel',
'debug_toolbar.panels.timer.TimerDebugPanel',
Expand Down

0 comments on commit b1fa67b

Please sign in to comment.