Skip to content

Commit 55f5dd1

Browse files
authored
Merge pull request #2 from Splendus/splendus/fix/fix_pip_install
Fix typo in pip install instructions.
2 parents fb92a75 + 875a90c commit 55f5dd1

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
@@ -18,12 +18,12 @@
1818
 
1919

2020

21-
### Quickstart [![PyPI version](https://badge.fury.io/py/python-dotenvx.svg)](http://badge.fury.io/py/python-dotenvx)
21+
### Quickstart [![PyPI version](https://badge.fury.io/py/python-dotenvx.svg)](http://badge.fury.io/py/python-dotenvx)
2222

2323
Install and use it in code just like `python-dotenv`.
2424

2525
```sh
26-
pip install python-dotenv
26+
pip install python-dotenvx
2727
```
2828
```python
2929
# main.py

0 commit comments

Comments
 (0)