README.md in rack-app-5.1.0 vs README.md in rack-app-5.2.0
- old
+ new
@@ -2,12 +2,10 @@
[travis-image]: https://travis-ci.org/rack-app/rack-app.svg?branch=master
[travis-link]: http://travis-ci.org/rack-app/rack-app
[travis-home]: http://travis-ci.org/
-![Rack::App](http://rack-app-website.herokuapp.com/img/msruby_old.png)
-
Your next favourite rack based micro framework that is totally addition free!
Have a cup of awesomeness with your performance designed framework!
The idea behind is simple.
Keep the dependencies and everything as little as possible,
@@ -167,10 +165,10 @@
get '/stream' do
stream do |out|
out << 'data row'
end
- end
+ end
end
```