README.md in reloadlive-1.0.2 vs README.md in reloadlive-1.0.3
- old
+ new
@@ -1,15 +1,15 @@
-# Reloadlive [![Gem Version](https://badge.fury.io/rb/reloadlive.png)](http://badge.fury.io/rb/reloadlive) [![Code Climate](https://codeclimate.com/github/amiorin/reloadlive.png)](https://codeclimate.com/github/amiorin/reloadlive)
+# Reloadlive [![Gem Version](https://badge.fury.io/rb/reloadlive.png)](http://badge.fury.io/rb/reloadlive) [![Dependency Status](https://gemnasium.com/amiorin/reloadlive.png)](https://gemnasium.com/amiorin/reloadlive) [![Code Climate](https://codeclimate.com/github/amiorin/reloadlive.png)](https://codeclimate.com/github/amiorin/reloadlive) [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/amiorin/reloadlive/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
Reloadlive is a command line tool that renders your markup files in your
browser without hitting the reload button.
You need only to save them. The last saved file will be rendered.
If the extension of the file is unknown, the content will be rendered in the
browser without modification.
-![demo.gif](demo.gif)
+![demo.gif](https://raw.github.com/amiorin/reloadlive/master/demo.gif)
## Markups
The following markups are supported. The dependencies listed are required if
you wish to run the library.
@@ -57,10 +57,11 @@
* [Rack][4]
* [Sinatra][5]
* [Listen][6]
* [instant-markdonw-d][7]
* [LiveReload][8]
+* [Pygments][9]
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
@@ -75,5 +76,6 @@
[4]: http://rack.github.com/
[5]: http://www.sinatrarb.com/
[6]: https://github.com/guard/listen
[7]: https://github.com/suan/instant-markdown-d
[8]: http://livereload.com/
+[9]: http://pygments.org/