README.mdown in har-0.0.1.dev vs README.mdown in har-0.0.1

- old
+ new

@@ -1,26 +1,21 @@ HAR === Ruby library to work with and view HTTP archives. -This includes [harviewer](http://code.google.com/p/harviewer/), which can be launched through the "har" command. +This includes [harviewer][viewer], which can be launched through the "har" command. Usage ============= HAR::Archive.from_string(json) #=> #<Har::Archive:0x5e7cac> HAR::Archive.from_file(path) #=> #<Har::Archive:0x5e7cac> -Or from command the command line: +Or launch a local [harviewer][viewer] the command line: har /path/to/some.har -Links -===== - -* [harviewer](http://code.google.com/p/harviewer/) - Note on Patches/Pull Requests ============================= * Fork the project. * Make your feature addition or bug fix. @@ -31,6 +26,8 @@ * Send me a pull request. Bonus points for topic branches. Copyright ========= -Copyright (c) 2010 Jari Bakken. See LICENSE for details. +Copyright (c) 2011 Jari Bakken. See LICENSE for details. + +[viewer]: http://code.google.com/p/harviewer/ \ No newline at end of file