<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,15 +1,15 @@
 --- 
 vendor/plugins/no_fuzz: 
   squashed: true
-  branch: master
   url: git://github.com/Chrononaut/no_fuzz.git
   type: git
-  revision: d25c9f3d7c7f6c9a3e1ae5e63e6cdc5efa18f1fa
+  revision: 823078425a88caa2c6ad6fb216ec53263bc76a9b
+  branch: master
   remote: braid/vendor/plugins/no-fuzz
 vendor/plugins/db_branch: 
   squashed: true
-  url: git://github.com/Chrononaut/db_branch.git
-  branch: master
   type: git
+  url: git://github.com/Chrononaut/db_branch.git
   revision: 3af36e317ebfe018cadf6f204b077e08450ddbfa
+  branch: master
   remote: braid/vendor/plugins/db-branch</diff>
      <filename>.braids</filename>
    </modified>
    <modified>
      <diff>@@ -20,13 +20,23 @@ is a similar plugin, but it targets DataMapper.
 
 ## Installation and Setup
 
+No Fuzz as a plugin:
+
     cd your_rails_project
     script/plugin install git://github.com/Chrononaut/no_fuzz.git
     # Now we create a trigram migration for the model we want to add fuzzy search to:
     script/generate no_fuzz Model
     rake db:migrate
+    
+Or if you want to use is as a gem:
+    
+    gem sources -a http://gems.github.com
+    sudo gem install Chrononaut-no_fuzz 
+
+Then add the following line to your environment.rb file
+
+    config.gem &quot;Chrononaut-no_fuzz&quot;, :source =&gt; &quot;http://gems.github.com&quot;, :lib =&gt; &quot;no_fuzz&quot;
 
-(Note that the plugin is available as a gem as well - you don't have to use script/plugin)
 
 ## Basic Usage
 
@@ -38,8 +48,11 @@ Add the following code in the model you'd like to index:
 Where field is the field used for the indexing data (you can use multiple fields
 if you want).
 
-Populate the index by running 'Model.populate_trigram_index'. Then, you can
-search fuzzily with the fuzzy_find method:
+Populate the index by running:
+
+    Model.populate_trigram_index
+
+Then, you can search fuzzily with the fuzzy_find method:
 
     Model.fuzzy_find(&quot;query&quot;)
     Model.fuzzy_find(&quot;query&quot;, 10) # find maximum 10 rows</diff>
      <filename>vendor/plugins/no_fuzz/README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac92fa3fe3292edac71739947d3eee295c65a762</id>
    </parent>
  </parents>
  <author>
    <name>Bj&#248;rn Arild M&#230;land</name>
    <email>bjorn.maeland@gmail.com</email>
  </author>
  <url>http://github.com/hadley/crantastic/commit/926f9617e4ecbdfe3c8c08be7bf6cf46baed3588</url>
  <id>926f9617e4ecbdfe3c8c08be7bf6cf46baed3588</id>
  <committed-date>2009-06-18T16:13:48-07:00</committed-date>
  <authored-date>2009-06-18T16:13:48-07:00</authored-date>
  <message>Braid: Updated mirror 'vendor/plugins/no_fuzz' to '8230784'</message>
  <tree>36daf2089aa9fc933d82415b5ae9ea2466f82bfa</tree>
  <committer>
    <name>Bj&#248;rn Arild M&#230;land</name>
    <email>bjorn.maeland@gmail.com</email>
  </committer>
</commit>
