README.md in smoke-rack-0.0.2 vs README.md in smoke-rack-0.0.3

- old
+ new

@@ -18,11 +18,10 @@ Smoke allows you to take single serve sources from around the web. Then it does a bunch of smart stuff like automagically transferring as gzip, request caching and understands the content that it gets back. YQL, Atom / RSS feeds, json and xml are all converted to ruby arrays. Smoke-rack allows you to transcode that information and provide an API like layer of your own. - ## How do I include it in my project? # config.ru require 'rubygems' @@ -32,9 +31,12 @@ require 'smoke-rack' use Smoke::Rack run Sinatra::Application +## Installation + + gem install smoke-rack -s http://gemcutter.org ## Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix.