README.md in sinatra-exstatic-assets-2.0.4 vs README.md in sinatra-exstatic-assets-3.0.0

- old
+ new

@@ -1,11 +1,15 @@ ## Sinatra Exstatic Assets ## ### Master branch build status ### +Master branch: [![Build Status](https://travis-ci.org/yb66/sinatra-exstatic-assets.png?branch=master)](https://travis-ci.org/yb66/sinatra-exstatic-assets) +Develop branch: +[![Build Status](https://travis-ci.org/yb66/sinatra-exstatic-assets.png?branch=develop)](https://travis-ci.org/yb66/sinatra-exstatic-assets) + ### Preamble ### This is a fork/reworking of [wbzyl](https://github.com/wbzyl/sinatra-static-assets)'s library. I had many of the same requirements that the original library catered for, but some different ones too, and the beauty of open source code is you get to scratch your own itch! Many thanks to the contributors to that library for all their hard work and sharing the code. ### What does it do? ### @@ -74,10 +78,10 @@ %dt %dd This is an interesting photo %dl %a{ href: "http://www.flickr.com/photos/redfernneil/1317915651/" } - = img "http://www.flickr.com/photos/redfernneil/1317915651/" width: 500, height: 250, alt: "Something about the photo" + = img "http://www.flickr.com/photos/redfernneil/1317915651/", width: 500, height: 250, alt: "Something about the photo" There is also more detailed documentation on each helper in the {Sinatra::Exstatic::Helpers} API docs. ### TODO ### \ No newline at end of file