<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,7 @@ Three steps:
 
 As with all Merb gem plugins, you can install merb_active_admin in either your system gem repository or your application's gem repository.  Here's an example of downloading and installing it in your app's gems folder:
 
-    $ wget http://github.com/canadaduane/merb_active_admin/tree/master/pkg/merb_active_admin-0.3.gem?raw=true
+    $ wget http://github.com/canadaduane/merb_active_admin/tree/master/pkg/merb_active_admin-0.3.gem?raw=true -O merb_active_admin-0.3.gem
     $ cd my_merb_app
     $ mkdir gems
     $ gem install ../merb_active_admin-0.3.gem -l -i ./gems
@@ -22,7 +22,10 @@ As with all Merb gem plugins, you can install merb_active_admin in either your s
 Now on to step 3: Add the line &quot;include ActiveAdmin&quot; to each of the Sequel models that you want available in ActiveAdmin.  For example, here is an example from app/models/assignment.rb:
 
     class Assignment &lt; Sequel::Model(:assignments)
+    
+      # Add This Line ==&gt;
       include ActiveAdmin
+    
       set_schema do
         integer :id, :primary_key =&gt; true, :auto_increment =&gt; true
         string  :name, :unique =&gt; true, :null =&gt; false</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>pkg/merb_active_admin-0.3.gem</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e682b2849f46b3e1c31110b15882a9b5cd4d6bdd</id>
    </parent>
  </parents>
  <author>
    <name>Duane Johnson</name>
    <email>duane.johnson@gmail.com</email>
  </author>
  <url>http://github.com/canadaduane/merb_active_admin/commit/7abae60bf72d0416cd8f9a8f36ccd6f4a860c756</url>
  <id>7abae60bf72d0416cd8f9a8f36ccd6f4a860c756</id>
  <committed-date>2008-04-22T19:48:50-07:00</committed-date>
  <authored-date>2008-04-22T19:48:50-07:00</authored-date>
  <message>Fixed installation instructions</message>
  <tree>019742d587ab566b7367c743321f7981c078a640</tree>
  <committer>
    <name>Duane Johnson</name>
    <email>duane.johnson@gmail.com</email>
  </committer>
</commit>
