Skip to content

Commit d25c6c1

Browse files
author
Saurabh Kumar
committed
fix(docs): fix install instruction
1 parent a936a67 commit d25c6c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doesn't. Let's fix that.
1010
## Installation
1111

1212
```
13-
pip install pip install git+ssh://git@github.com/tedtieken/django-dotenv-rw.git
13+
pip install git+ssh://git@github.com/tedtieken/django-dotenv-rw.git
1414
```
1515

1616
## Usage: loading settings from a .env file into your django environment
@@ -98,4 +98,4 @@ $ fab config:set,hello,world config:set,foo,bar config:set,fizz,buzz
9898
[...webfactional.com] out: fizz: buzz
9999
```
100100

101-
That's it. Webfaction, or whoever your non-paas host is, is now 1 facor closer to an easy 12 factor app.
101+
That's it. Webfaction, or whoever your non-paas host is, is now 1 facor closer to an easy 12 factor app.

0 commit comments

Comments
 (0)