README.md in imdb_api-0.0.0 vs README.md in imdb_api-0.0.1

- old
+ new

@@ -1,9 +1,9 @@ imdb_api ===== IMDB search funtionality through http://imdbapi.com -loosley based around the imdb gem +Based around the imdb gem search = Imdb::Search.new(:title => "Back to the Future", :year => "1985") => #<Imdb::Search:0x000001029c6f78 @query={:title=>"Back to the Future", :year=>"1985"}> search.movie => #<Imdb::Movie:0x000001029a24e8 @title="Back to the Future", @year="1985", @rated="PG", @rele...