<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -25,7 +25,7 @@ Run the application and copy a URL to the clipboard. Then, press Option-Shift-Sp
 
 URL Shrinkers
 -------------
-There are three shrinkers in the system right now:
+There are six shrinkers in the system right now:
 
 1. Loopback - This is mainly for debugging, it simply returns the URL you submitted
 2. TinyURL.com
@@ -36,7 +36,7 @@ There are three shrinkers in the system right now:
 
 Writing a URL Shrinker
 ----------------------
-You need to write three methods in your URL shrinker:
+You need to write two methods in your URL shrinker:
 
 -(void)performShrinkOnURL:(NSURL *)url;
 This performs the guts of the shrink. You can schedule asynchronous operations to run, such as NSURLRequests. Whenever the URL is retrieved (which doesn't have to be in this method), you must call doneShrinking:, supplying either the shrunken URL or nil if there was an error.
@@ -44,4 +44,4 @@ This performs the guts of the shrink. You can schedule asynchronous operations t
 +(NSString *)name;
 Must return a human-readable and unique name for your URL shrinker.
 
-Note: Developers no longer need to implement the +load method in subclasses of the URL Shrinker base-class.
\ No newline at end of file
+Note: Developers no longer need to implement the +load method in subclasses of the URL Shrinker base-class.</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2bcdcd506934607704435c0eaf412276856faca0</id>
    </parent>
  </parents>
  <author>
    <name>Steve Streza</name>
    <email>stevestreza@gmail.com</email>
  </author>
  <url>http://github.com/amazingsyco/url-shrink/commit/b4a782abfc2ab730fcc1e0d8a2928254d12b860b</url>
  <id>b4a782abfc2ab730fcc1e0d8a2928254d12b860b</id>
  <committed-date>2009-04-25T16:05:50-07:00</committed-date>
  <authored-date>2009-04-25T16:05:50-07:00</authored-date>
  <message>Updated README</message>
  <tree>6367c807911b7e9207480414dd33f07b31835b4d</tree>
  <committer>
    <name>Steve Streza</name>
    <email>stevestreza@gmail.com</email>
  </committer>
</commit>
