<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,26 +16,34 @@ Usage
 1.  Include the ExceptionNotifiable mixin in whichever controller you want to
     report errors to FogBugz. (ApplicationController for the whole app.):
 
-      class ApplicationController &lt; ActionController::Base
-        include ExceptionNotifiable
-        &#8230;
+        class ApplicationController &lt; ActionController::Base
+          include ExceptionNotifiable
+          &#8230;
 
 2.  If you installed the plugin via default methods, you should find a 
     railz_scout.rb file in your app's config/initializers/ directory.
-    (Otherwise, create the file or just edit environment.rb.)
-    You should see something like this:
+    If not, you can still run the install script manually to create
+    the initializer:
+
+        $ ruby vendor/plugins/railz_scout/install.rb
+    
+    Open the initializer railz_scout.rb and edit the configuration options
+    there. The file if fully commented with detailed explanations of what each
+    options means.
     
-      RAILZ_SCOUT_CONFIG = {
-        :url       =&gt; &quot;http://example.com/FogBugz/scoutSubmit.php&quot;,
-      # :username  =&gt; 'RailzScout',
-      # :project   =&gt; 'Inbox',
-      # :area      =&gt; 'Misc',
-      # :force_new =&gt; false,
-      }
+    At the very least you need to set the URL for your FogBugz installation.
+
+
 
-      RailzScout.config.merge! RAILZ_SCOUT_CONFIG
+Compatibility
+=============
 
-   
+Confirmed to work with the following Rails releases:
+
+  - 1.1.6
+  - 1.2.6
+  - 2.0.2
+  - edge @2008-04-24
 
 
 
@@ -45,10 +53,10 @@ Customizations
 The rendering code from Exception Notifier has barely been touched. Therefore,
 the same customizations that apply to the original plugin should apply here.
 
-For more info, see their original README, included with this copy.
-
-
+For more info, see their original README, included with this copy as
+README-exception_notifier
 
 
+---
 Copyright (c) 2008 Caio Chassot, released under the MIT license
 with parts from Exception Notifier plugin, Copyright (c) 2005 Jamis Buck, released under the MIT license</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5aa240cc95560935b63559047125089c93e1e120</id>
    </parent>
  </parents>
  <author>
    <name>Caio Chassot</name>
    <email>dev@caiochassot.com</email>
  </author>
  <url>http://github.com/kch/railz_scout/commit/c07c0fa04cf5aaa19e2598872f6f4324bc22ab5c</url>
  <id>c07c0fa04cf5aaa19e2598872f6f4324bc22ab5c</id>
  <committed-date>2008-04-24T04:13:07-07:00</committed-date>
  <authored-date>2008-04-24T04:13:07-07:00</authored-date>
  <message>updated readme</message>
  <tree>d7c58ccc050546e894538dd9cfb2e3139498c888</tree>
  <committer>
    <name>Caio Chassot</name>
    <email>dev@caiochassot.com</email>
  </committer>
</commit>
