README.md in pretty_routes-0.0.1 vs README.md in pretty_routes-0.1.0

- old
+ new

@@ -1,12 +1,12 @@ -# PrettyRoutes [![Build Status](https://travis-ci.org/Angelmmiguel/pretty_routes.svg?branch=master)](https://travis-ci.org/Angelmmiguel/pretty_routes) +# PrettyRoutes [![Gem Version](https://badge.fury.io/rb/pretty_routes.svg)](https://badge.fury.io/rb/pretty_routes) [![Build Status](https://travis-ci.org/Angelmmiguel/pretty_routes.svg?branch=master)](https://travis-ci.org/Angelmmiguel/pretty_routes) -Working with Rails routes won't be a nightmare. This is PrettyRoutes. +Working with Rails routes won't be a nightmare. Welcome to PrettyRoutes ✌️. ## Install -Add this to the development group in your Gemfile: +Add this to the development group in your `Gemfile`: ```ruby group :development do gem 'pretty_routes' end @@ -16,10 +16,10 @@ ## Use Visit `/rails/routes` in your app and you'll see your routes. It's that simple. +![Usage of Pretty Routes](https://cloud.githubusercontent.com/assets/4056725/13028455/96997842-d26f-11e5-8497-b8dd90df41f4.gif) + ## About -PrettyRoutes is based on [Sextant v0.2.4](https://github.com/schneems/sextant). - -PrettyRoutes gem is released under the MIT license. By [@irbrocks](https://twitter.com/irbrocks) ;) +PrettyRoutes is based on [Sextant v0.2.4](https://github.com/schneems/sextant). This gem is released under the MIT license. By [@irbrocks](https://twitter.com/irbrocks) ;)