Skip to content

Commit

Permalink
@ #12 | hot fix for the docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Mar 19, 2016
1 parent 4e5ae07 commit 21dcb29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 21dcb29

Please sign in to comment.