<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,50 +16,52 @@ h2. Requirements
 
 The default treasure map:
 
-  map_for(:default_dungeon) do |wizard|
+&lt;notextile&gt;&lt;pre&gt;&lt;code&gt;map_for(:default_dungeon) do |wizard|
 
-    wizard.keep_a_watchful_eye_for 'app', 'config', 'lib', 'examples'
+  wizard.keep_a_watchful_eye_for 'app', 'config', 'lib', 'examples'
 
-    wizard.prepare_spell_for %r{/app/(.*)\.rb} do |spell_component|
-      [&quot;examples/#{spell_component[1]}.rb&quot;]
-    end
-
-    wizard.prepare_spell_for %r{\/lib/(.*)\.rb} do |spell_component|
-      [&quot;examples/lib/#{spell_component[1]}_example.rb&quot;]
-    end
+  wizard.prepare_spell_for %r{/app/(.*)\.rb} do |spell_component|
+    [&quot;examples/#{spell_component[1]}.rb&quot;]
+  end
 
-    wizard.prepare_spell_for %{/examples/(.*)_example\.rb} do |spell_component|
-      [&quot;examples/#{spell_component[1]}_example.rb&quot;]
-    end
+  wizard.prepare_spell_for %r{\/lib/(.*)\.rb} do |spell_component|
+    [&quot;examples/lib/#{spell_component[1]}_example.rb&quot;]
+  end
 
-    wizard.prepare_spell_for %r{/examples/example_helper\.rb} do |spell_component|
-      Dir[&quot;examples/**/*_example.rb&quot;]
-    end
+  wizard.prepare_spell_for %{/examples/(.*)_example\.rb} do |spell_component|
+    [&quot;examples/#{spell_component[1]}_example.rb&quot;]
+  end
 
-    wizard.prepare_spell_for %r{/config} do
-      Dir[&quot;examples/**/*_example.rb&quot;]
-    end
+  wizard.prepare_spell_for %r{/examples/example_helper\.rb} do |spell_component|
+    Dir[&quot;examples/**/*_example.rb&quot;]
+  end
 
+  wizard.prepare_spell_for %r{/config} do
+    Dir[&quot;examples/**/*_example.rb&quot;]
   end
 
+end
+&lt;/code&gt;&lt;/pre&gt;&lt;/notextile&gt;
+
 
 In your own treasure map (stored as treasure_map.rb, .treasure_map.rb, or config/treasure_map.rb) you could do:
 
-  map_for(:beholders_lair) do |wizard|
+&lt;notextile&gt;&lt;pre&gt;&lt;code&gt;map_for(:beholders_lair) do |wizard|
 
-    # Clear all watched paths =&gt; wizard.paths_to_watch.clear
-    # Add these paths to the paths to watch
-    wizard.keep_a_watchful_eye_for 'coverage'
+  # Clear all watched paths =&gt; wizard.paths_to_watch.clear
+  # Add these paths to the paths to watch
+  wizard.keep_a_watchful_eye_for 'coverage'
 
-    # Forget all other treasure maps loaded
-    # wizard.cast_feeble_mind
+  # Forget all other treasure maps loaded
+  # wizard.cast_feeble_mind
 
-    # Add your own rules
-    # wizard.prepare_spell_for /\/foobar/ do
-    #   Dir[&quot;examples/foobar/*_example.rb&quot;]
-    # end
+  # Add your own rules
+  # wizard.prepare_spell_for /\/foobar/ do
+  #   Dir[&quot;examples/foobar/*_example.rb&quot;]
+  # end
 
-    # You could set the list of all examples to be run after pressing ctrl-c once
-    # it defaults to any files in examples, spec, and test
-    wizard.all_examples = Dir['your/path/**/*_here.rb']
-  end
+  # You could set the list of all examples to be run after pressing ctrl-c once
+  # it defaults to any files in examples, spec, and test
+  wizard.all_examples = Dir['your/path/**/*_here.rb']
+end
+&lt;/code&gt;&lt;/pre&gt;&lt;/notextile&gt;</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>183cbd37f6d9e301f852a60a0966008022ee3cb2</id>
    </parent>
  </parents>
  <author>
    <name>Fran&#231;ois Beausoleil</name>
    <email>francois@teksol.info</email>
  </author>
  <url>http://github.com/francois/beholder/commit/df2ed4c908d045fe5e3703f6043d3edcbc422591</url>
  <id>df2ed4c908d045fe5e3703f6043d3edcbc422591</id>
  <committed-date>2009-03-27T07:54:39-07:00</committed-date>
  <authored-date>2009-03-27T07:54:39-07:00</authored-date>
  <message>Fixed README examples</message>
  <tree>a323bc41c6c4fc191e55ae4962a5111645501ddb</tree>
  <committer>
    <name>Fran&#231;ois Beausoleil</name>
    <email>francois@teksol.info</email>
  </committer>
</commit>
