From 4056bf7fa4049190f103602d071be99a53846952 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Fri, 12 Sep 2008 10:49:45 -0700 Subject: Updating README to follow a name refactoring that happened a few commits back with the request_vars panel. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2857fe9..a6f2d56 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ Installation 'debug_toolbar.panels.version.VersionDebugPanel', 'debug_toolbar.panels.timer.TimerDebugPanel', 'debug_toolbar.panels.headers.HeaderDebugPanel', - 'debug_toolbar.panels.http_vars.HttpVarsDebugPanel', + 'debug_toolbar.panels.request_vars.RequestVarsDebugPanel', 'debug_toolbar.panels.sql.SQLDebugPanel', 'debug_toolbar.panels.cache.CacheDebugPanel', 'debug_toolbar.panels.template.TemplateDebugPanel', -- cgit v1.2.3