diff --git a/README.md b/README.md index 0ba8464..89f4f27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Autoreload =============== +**Autoreload is deprecated. Consider [Revise](https://github.com/timholy/Revise.jl) instead.** + Autoreload is a package for autoreloading modules in IJulia. It is intended to allow a workflow where you develop Julia source in some editor, while interacting with it via an IJulia notebook or the command-line REPL. It helps get around annoying type redefinition issues. It is modeled after IPython's autoreload extension. Installation