Skip to content

Commit c262002

Browse files
committed
fix README
1 parent 31794b9 commit c262002

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Feature Support
6969
---------------
7070
- Fast and easy multi environment for deploy
7171
- Fill ``os.environ`` with .env file variables
72-
- Variables casting (see `Supported types`_ below)
72+
- Variables casting (see supported_types_ below)
7373
- Url variables exploded to django specific package settings
7474

7575
Django-environ officially supports Django 1.8 ~ 2.0.
@@ -104,7 +104,7 @@ Documentation
104104

105105
Documentation is available at `RTFD <http://django-environ.rtfd.io/>`_.
106106

107-
.. _`Supported types`:
107+
.. _supported_types:
108108

109109
Supported types
110110
---------------
@@ -246,6 +246,7 @@ Multiple env files
246246
It is possible to have multiple env files and select one using environment variables.
247247

248248
.. code-block:: python
249+
249250
env = environ.Env()
250251
env.read_env(env.str('ENV_PATH', '.env'))
251252

0 commit comments

Comments
 (0)