Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
samluescher committed Jan 19, 2012
1 parent abaebe6 commit a1a0cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -35,7 +35,7 @@ This install guide assumes that you are familiar with Python and Django.
Basic setup
===========

- Add `form_designer` to your `INSTALLED_APPS` setting::
- Add ``form_designer`` to your ``INSTALLED_APPS`` setting::

INSTALLED_APPS = (
...
Expand Down Expand Up @@ -81,7 +81,7 @@ Basic setup
Using Django Form Designer with Django CMS
==========================================

- Add `form_designer.contrib.cms_plugins.form_designer_form` to your `INSTALLED_APPS`
- Add ``form_designer.contrib.cms_plugins.form_designer_form`` to your ``INSTALLED_APPS``
setting::

INSTALLED_APPS = (
Expand Down

0 comments on commit a1a0cde

Please sign in to comment.