Skip to content

Commit

Permalink
Update doc formatting and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Sep 7, 2021
1 parent 815078d commit 770e968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -15,9 +15,9 @@ Added
`#297 <https://github.com/joke2k/django-environ/pull/297>`_.
- Added Elasticsearch7 to search scheme
`#314 <https://github.com/joke2k/django-environ/pull/314>`_.
- Provided ability to use ``bytes`` or ``str`` as a default value for ``Env.bytes()``.
- Added the ability to use ``bytes`` or ``str`` as a default value for ``Env.bytes()``.
- Added the ability to use env variable pointing to a ``.env`` file
`#242 <https://github.com/joke2k/django-environ/pull/242>`_
`#242 <https://github.com/joke2k/django-environ/pull/242>`_.

Fixed
+++++
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.rst
Expand Up @@ -18,7 +18,7 @@ _________________________
``django-environ`` is a Python-only package `hosted on PyPI <https://pypi.org/project/django-environ/>`_.
The recommended installation method is `pip <https://pip.pypa.io/en/stable/>`_-installing into a virtualenv:

.. code-block:: shell
.. code-block:: console
$ python -m pip install django-environ
Expand All @@ -34,7 +34,7 @@ So, you can also install the latest unreleased development version directly from
``develop`` branch on GitHub. It is a work-in-progress of a future stable release so the
experience might be not as smooth.:

.. code-block:: shell
.. code-block:: console
$ pip install -e git://github.com/joke2k/django-environ.git#egg=django-environ
# OR
Expand Down

0 comments on commit 770e968

Please sign in to comment.