README.md in sinatra-contrib-2.2.4 vs README.md in sinatra-contrib-3.0.0

- old
+ new

@@ -20,12 +20,12 @@ * [`sinatra/capture`][sinatra-capture]: Let's you capture the content of blocks in templates. * [`sinatra/config_file`][sinatra-config-file]: Allows loading configuration from yaml files. -* [`sinatra/content_for`][sinatra-content-for]: Adds Rails-style `content_for` helpers to Haml, Erb, Erubi, - Erubis and Slim. +* [`sinatra/content_for`][sinatra-content-for]: Adds Rails-style `content_for` helpers to Haml, Erb, Erubi + and Slim. * [`sinatra/cookies`][sinatra-cookies]: A `cookies` helper for reading and writing cookies. * [`sinatra/engine_tracking`][sinatra-engine-tracking]: Adds methods like `haml?` that allow helper methods to check whether they are called from within a template. @@ -56,10 +56,12 @@ These extensions may add additional dependencies and enhance the behavior of the existing APIs. Currently included: -* [`sinatra/reloader`][sinatra-reloader]: Automatically reloads Ruby files on code changes. +* [`sinatra/reloader`][sinatra-reloader]: Automatically reloads Ruby files on code changes. **DEPRECATED**: Please consider +consider using an alternative like [rerun](https://github.com/alexch/rerun) or +[rack-unreloader](https://github.com/jeremyevans/rack-unreloader) instead. ### Other Tools * [`sinatra/extension`][sinatra-extension]: Mixin for writing your own Sinatra extensions.