5264e9ef84c4b3e0ad4621c61f4e4348a9d55dd4
Author: Mark Story
Date: 2009-03-04 23:42:56 -0500
diff --git a/README b/README
index 4f31f67..6f784d4 100644
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
-To install copy the debug_kit directory to the plugins folder and include the toolbar component in your app_controller.php:
-
-$components = array('DebugKit.Toolbar');
-
-+ Set debug mode to at least 1.
\ No newline at end of file
+Installation
+------------
+ * Copy the files in this directory into app/plugins/debug_kit
+ * Include the toolbar component in your app_controller.php:
+ var $components = array('DebugKit.Toolbar');
+ * Set debug mode to at least 1.
\ No newline at end of file
