README.markdown in binman-3.3.1 vs README.markdown in binman-3.3.2

- old
+ new

@@ -14,11 +14,12 @@ * Implemented in roughly 130 lines of pure Ruby code! :-) ### Demonstration -![Obligatory screen-shot of binman(1) in action!](http://ompldr.org/vYm5mcg) +![Obligatory screen-shot of binman(1) in action!]( +https://raw.github.com/sunaku/binman/master/EXAMPLE.png) Here is [a complete example in Ruby][binman-bin] to help you get started. For examples in other scripting languages, see the "Usage" section below! ## Installation @@ -27,10 +28,10 @@ gem install binman If you also want to build your own manual pages: - gem install md2man -v '~> 1.4' + gem install md2man -v '~> 2.0' ### Prerequisites * Ruby 1.8.7 or 1.9.2 or newer.