Skip to content

Commit 875a90c

Browse files
committed
fix typo in pip install
1 parent fb92a75 commit 875a90c

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)