<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 = imdb
 
+The code, issue tracker and wiki can be found at:
+
 * http://github.com/ariejan/imdb
 
 == DESCRIPTION:
@@ -8,10 +10,16 @@ This packages allows you to easy access publicly available data from IMDB.
 
 == FEATURES/PROBLEMS:
 
-* Searching is not yet supported.
+IMDB currently features the following:
+
+* Querying details movie info
+* Searching for movies
+* Command-line utility included.
 
 == SYNOPSIS:
 
+Movies:
+
   i = Imdb::Movie.new(&quot;0095016&quot;)
   
   i.title
@@ -19,6 +27,21 @@ This packages allows you to easy access publicly available data from IMDB.
   i.cast_member.first
   #=&gt; &quot;Bruce Willis&quot;
 
+Searching:
+
+    i = Imdb::Search.new(&quot;Star Trek&quot;)
+
+    i.movies.size
+    #=&gt; 97
+    
+Using the command line utility is quite easy:
+
+    $ imdb Star Trek
+    
+or to get movie info
+
+    $ imdb 0095016
+
 == REQUIREMENTS:
 
 All required gems are installed automagically through RubyGems.</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>860c3f9e9659f02e0d6d1521a6c56ee246fbcc15</id>
    </parent>
  </parents>
  <author>
    <name>Ariejan de Vroom</name>
    <email>ariejan@ariejan.net</email>
  </author>
  <url>http://github.com/ariejan/imdb/commit/5df0d4d23e9190ce95de109810d4332a4ff9ba45</url>
  <id>5df0d4d23e9190ce95de109810d4332a4ff9ba45</id>
  <committed-date>2009-06-04T12:44:11-07:00</committed-date>
  <authored-date>2009-06-04T12:44:11-07:00</authored-date>
  <message>updated readme</message>
  <tree>2441b793f4f4e218ca0ba7e9ad7c5cb615fdc363</tree>
  <committer>
    <name>Ariejan de Vroom</name>
    <email>ariejan@ariejan.net</email>
  </committer>
</commit>
