README.md in rack-livereload-0.5.2 vs README.md in rack-livereload-0.6.0
- old
+ new
@@ -1,8 +1,10 @@
** LOOKING FOR MAINTAINER ** Please contact me if interested.
+I recommend https://github.com/kirillplatonov/hotwire-livereload instead.
+
# Rack::LiveReload [![Build Status](https://travis-ci.org/onesupercoder/rack-livereload.svg?branch=master)](https://travis-ci.org/onesupercoder/rack-livereload) [![Maintainability](https://api.codeclimate.com/v1/badges/6b3cafaf0d8752d0ac55/maintainability)](https://codeclimate.com/github/onesupercoder/rack-livereload/maintainability)
Hey, you've got [LiveReload](http://livereload.com/) in my [Rack](http://rack.rubyforge.org/)!
No need for browser extensions anymore! Just plug it in your middleware stack and go!
Even supports browsers without WebSockets!
@@ -103,5 +105,9 @@
```
Once more browsers support WebSockets than don't, this option will be reversed and you'll have
to explicitly include the Flash shim.
+### Rack support
+
+- Rack 2 is supported until version `0.5.x` and is maintained in the `rack2` branch
+- Rack 3 is supported in version `0.6.0` and later