Fixed formatting in the Installation section of the README

This commit is contained in:
Swen Kooij 2016-10-22 22:14:51 +03:00 committed by GitHub
parent 5d20ebbc07
commit 14f8f739dc

View File

@ -47,14 +47,14 @@ Installation
3. Set ``LANGUAGES` and `LANGUAGE_CODE`` in your settings: 3. Set ``LANGUAGES` and `LANGUAGE_CODE`` in your settings:
.. code-block:: python .. code-block:: python
LANGUAGE_CODE = 'en' # default language LANGUAGE_CODE = 'en' # default language
LANGUAGEs = ( LANGUAGEs = (
('en', 'English'), ('en', 'English'),
('nl', 'Dutch'), ('nl', 'Dutch'),
('ro', 'Romanian') ('ro', 'Romanian')
) )
Usage Usage
----- -----