diff --git a/README.rst b/README.rst index bd92768..aff53c9 100644 --- a/README.rst +++ b/README.rst @@ -11,14 +11,15 @@ Django bootstrap form :target: https://pypi.python.org/pypi/django-bootstrap-form -Generate twitter-bootstrap form output for django form +Twitter Bootstrap for Django Form. -A simple Django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ ) +A simple Django template tag to work with `Bootstrap `_ Use it like this .. code-block:: {{ form|bootstrap }} + -`Read the Docs `_ +Checkout this `Demo site `_ to see it in action.