README.md in rack-middleware-google-image-0.0.2 vs README.md in rack-middleware-google-image-0.0.3

- old
+ new

@@ -1,13 +1,12 @@ -# Rack::Middleware::Google::Image +# rack-middleware-google-image [![Build Status](https://secure.travis-ci.org/banyan/rack-middleware-google-image.png)](http://travis-ci.org/banyan/rack-middleware-google-image) -[![Build Status](https://secure.travis-ci.org/banyan/rack-middleware-google-image.png)](http://travis-ci.org/banyan/rack-middleware-google-image) ![image](http://i.imgur.com/LEnwb.png?1) -rack middleware to response any image file via google search +Rack middleware to response any image file via google search -the original idea comes from [here](http://kimoto.hatenablog.com/entry/2012/05/06/113043) +The original idea comes from [here](http://kimoto.hatenablog.com/entry/2012/05/06/113043) ## Installation Add this line to your application's Gemfile: @@ -24,9 +23,15 @@ ## Synopsis require 'rack-middleware-google-image' use Rack::GoogleImage + +## Example + + $ cd example + $ gem install rack + $ rackup # => then browse http://localhost:9292 ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)