readme improvements

This commit is contained in:
Marco Bonetti 2011-06-16 11:43:43 +02:00
parent 9bcfc2f62b
commit 5a892d0f63

View file

@ -2,7 +2,7 @@
Rosetta
=======
Rosetta is a `Django <http://www.djangoproject.com/>` application that eases the translation process of your Django projects.
Rosetta is a `Django <http://www.djangoproject.com/>`_ application that eases the translation process of your Django projects.
Because it doesn't export any models, Rosetta doesn't create any tables in your project's database. Rosetta can be installed and uninstalled by simply adding and removing a single entry in your project's `INSTALLED_APPS` and a single line in your main ``urls.py`` file.