diff --git a/docs/index.rst b/docs/index.rst index 5e5e474..2d98eb9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -51,10 +51,12 @@ https://github.com/apiguy/flask-classy/issues/80 If you switch from ``Flask-Classy`` to ``Flask-Classful``, you just need to update the module import, the APIs are the same for both. -``from flask.ext.flask_classy`` => ``from flask_classful`` (recommended) or ``from flask.ext.flask_classy`` +``from flask.ext.flask_classy`` => ``from flask_classful`` (recommended) or ``from flask.ext.flask_classful`` (not recommended) + ``from flask_classy`` => ``from flask_classful`` + You can switch back to ``flask_classy`` if you like by doing the reverse.