<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -42,36 +42,39 @@ Other &quot;difficult&quot; Sitemap issues, solved by this plugin:
 Installation
 =======
 
-*As a gem*
+**As a gem**
 
 1. Add the gem as a dependency in your config/environment.rb
+
     &lt;code&gt;config.gem 'sitemap_generator', :source =&gt; 'http://gemcutter.org'&lt;/code&gt;
 
-2. rake gems:install
+2. `$ rake gems:install`
+
+3. Add the following line to your RAILS_ROOT/Rakefile
 
-3. Add the following line to your RAILS_ROOT/Rakefile 
-    &lt;code&gt;begin require 'sitemap_generator/tasks' rescue LoadError end&lt;/code&gt;
+    &lt;code&gt;require 'sitemap_generator/tasks' rescue LoadError&lt;/code&gt;
 
-4. `rake sitemap:install`
+4. `$ rake sitemap:install`
 
-*As a plugin*
+**As a plugin**
 
 1. Install plugin as normal
 
-    &lt;code&gt;./script/plugin install git://github.com/adamsalter/sitemap_generator-plugin.git&lt;/code&gt;
+    &lt;code&gt;$ ./script/plugin install git://github.com/adamsalter/sitemap_generator.git&lt;/code&gt;
 
+----
 
 Installation should create a 'config/sitemap.rb' file which will contain your logic for generation of the Sitemap files. (If you want to recreate this file manually run `rake sitemap:install`)
 
 You can run `rake sitemap:refresh` as needed to create Sitemap files. This will also ping all the ['major'][sitemap_engines] search engines. (if you want to disable all non-essential output run the rake task thusly `rake -s sitemap:refresh`)
 
-    Sitemaps with many urls (100,000+) take quite a long time to generate, so if you need to refresh your Sitemaps regularly you can set the rake task up as a cron job. Most cron agents will only send you an email if there is output from the cron task.
+Sitemaps with many urls (100,000+) take quite a long time to generate, so if you need to refresh your Sitemaps regularly you can set the rake task up as a cron job. Most cron agents will only send you an email if there is output from the cron task.
 
 Optionally, you can add the following to your robots.txt file, so that robots can find the sitemap file.
 
-    &lt;code&gt;Sitemap: &amp;lt;hostname&gt;/sitemap_index.xml.gz&lt;/code&gt;
+    Sitemap: &lt;hostname&gt;/sitemap_index.xml.gz
     
-    The robots.txt Sitemap URL should be the complete URL to the Sitemap Index, such as: `http://www.example.org/sitemap_index.xml.gz`
+The robots.txt Sitemap URL should be the complete URL to the Sitemap Index, such as: `http://www.example.org/sitemap_index.xml.gz`
 
 
 Example 'config/sitemap.rb'
@@ -151,6 +154,6 @@ Copyright (c) 2009 Adam @ [Codebright.net][cb], released under the MIT license
 [sitemap_engines]:http://en.wikipedia.org/wiki/Sitemap_index &quot;http://en.wikipedia.org/wiki/Sitemap_index&quot;
 [sitemaps_org]:http://www.sitemaps.org/protocol.php &quot;http://www.sitemaps.org/protocol.php&quot;
 [sitemaps_xml]:http://www.sitemaps.org/protocol.php#xmlTagDefinitions &quot;XML Tag Definitions&quot;
-[sitemap_generator_usage]:http://wiki.github.com/adamsalter/sitemap_generator-plugin/sitemapgenerator-usage &quot;http://wiki.github.com/adamsalter/sitemap_generator-plugin/sitemapgenerator-usage&quot;
+[sitemap_generator_usage]:http://wiki.github.com/adamsalter/sitemap_generator/sitemapgenerator-usage &quot;http://wiki.github.com/adamsalter/sitemap_generator/sitemapgenerator-usage&quot;
 [boost_juice]:http://www.boostjuice.com.au/ &quot;Mmmm, sweet, sweet Boost Juice.&quot;
 [cb]:http://codebright.net &quot;http://codebright.net&quot;</diff>
      <filename>README.md</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>46969edbb5926911cc49494e713f20c113c9388d</id>
    </parent>
  </parents>
  <author>
    <name>Adam Salter</name>
    <email>adam@codebright.net</email>
  </author>
  <url>http://github.com/adamsalter/sitemap_generator/commit/2f750f32323aa09decd5ca4740475f4b176fe9c5</url>
  <id>2f750f32323aa09decd5ca4740475f4b176fe9c5</id>
  <committed-date>2009-11-05T23:34:59-08:00</committed-date>
  <authored-date>2009-11-05T23:05:39-08:00</authored-date>
  <message>update docs</message>
  <tree>db7755635bcc56c8434354698d4a2ea78e893d3d</tree>
  <committer>
    <name>Adam Salter</name>
    <email>adam@codebright.net</email>
  </committer>
</commit>
