diff --git a/README.rst b/README.rst index 98cd911..08c1d65 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,19 @@ Twitter Bootstrap for Django Form. A simple Django template tag to work with `Bootstrap `_ +Install +======= + +Add to ``INSTALLED_APPS``: + +.. code-block :: + + # myapp/settings.py + + INSTALLED_APPS = [ + 'bootstrapform', + # ... + ] Usage ====== @@ -30,6 +43,7 @@ Use it like this, simple. .. code-block:: + {% load bootstrap %} {{ form|bootstrap }}