README.mdown in har-0.0.8 vs README.mdown in har-0.0.9

- old
+ new

@@ -2,12 +2,17 @@ === Ruby library to work with and view HTTP archives. This includes [harviewer][viewer], which can be launched through the "har" command. +Install +======= + + gem install har + Usage -============= +===== HAR::Archive.from_string(json) #=> #<Har::Archive:0x5e7cac> HAR::Archive.from_file(path) #=> #<Har::Archive:0x5e7cac> Or launch a local [harviewer][viewer] the command line: @@ -26,8 +31,8 @@ * Send me a pull request. Bonus points for topic branches. Copyright ========= -Copyright (c) 2011 Jari Bakken. See LICENSE for details. +Copyright (c) 2011-2012 Jari Bakken. See LICENSE for details. [viewer]: http://code.google.com/p/harviewer/ \ No newline at end of file