diff --git a/README.md b/README.md index e4e0e19..f6d9307 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Then add the middleware to your Rails middleware stack by editing your `config/e MyApp::Application.configure do # Add Rack::LiveReload to the bottom of the middleware stack with the default options. - config.middleware.use Rack::LiveReload + config.middleware.insert_after ActionDispatch::Static, Rack::LiveReload # ... end