From 21dcb29baf0a4295ad1a904094f48ad5e0ea2380 Mon Sep 17 00:00:00 2001 From: hoatle Date: Sat, 19 Mar 2016 16:08:08 +0700 Subject: [PATCH] @ #12 | hot fix for the docs: typo --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.