fixed ReST error in README.txt

This commit is contained in:
Carl Meyer 2009-06-26 11:43:53 -04:00
parent d2a8b3a5c2
commit b87896a3fb

View File

@ -53,7 +53,7 @@ When this form is displayed on your site, you must include the form
media somewhere on the page using ``{{ form.media }}``, or the
MarkItUpWidget will have no effect.
To use MarkItUpWidget in the Django admin:
To use MarkItUpWidget in the Django admin::
from markitup.widgets import MarkItUpWidget