Skip to content

Commit b9b0b1a

Browse files
committed
Update README.md
1 parent e2c7c6f commit b9b0b1a

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
[![Build Status](https://travis-ci.org/theskumar/python-dotenv.svg?branch=master)](https://travis-ci.org/theskumar/python-dotenv) [![PyPI version](https://badge.fury.io/py/python-dotenv.svg)](http://badge.fury.io/py/python-dotenv) [![Downloads](https://pypip.in/download/python-dotenv/badge.svg)](https://pypi.python.org/pypi/python-dotenv/)
44

5+
# Features
6+
7+
The original work is based on [django-dotenv](https://github.com/jacobian/django-dotenv) by jacobian.
8+
9+
- read values from .env file and loads them as environment variable.
10+
- use it any python project not just django.
11+
- commandline interface to read/write `.env` file on your local and remote servers.
512

613
<!-- MarkdownTOC depth=3-->
7-
- [Features](#features)
14+
815
- [Installation](#installation)
916
- [Usage](#usage)
1017
- [Command-line interface](#command-line-interface)
@@ -14,13 +21,7 @@
1421

1522
<!-- /MarkdownTOC -->
1623

17-
# Features
18-
19-
The original work is based on [django-dotenv](https://github.com/jacobian/django-dotenv) by jacobian.
2024

21-
- read values from .env file and loads them as environment variable.
22-
- use it any python project not just django.
23-
- commandline interface to read/write `.env` file on your local and remote servers.
2425

2526
# Installation
2627

0 commit comments

Comments
 (0)