summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTaneli Hukkinen <hukkinj1@users.noreply.github.com>2020-07-05 01:30:54 +0300
committerTaneli Hukkinen <hukkinj1@users.noreply.github.com>2020-07-05 01:30:54 +0300
commit51f050e3bf49c51881a28b374d5e36a2fd70d7a2 (patch)
treedf5601fff41234b96d39e7a664b7fab005623c57 /README.md
parent3baa821204ad4cf182222c34bdaf7fb153c8dd3e (diff)
downloadisort-51f050e3bf49c51881a28b374d5e36a2fd70d7a2.tar.gz
Update optional feature names in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fe3254bc..a6c7f138 100644
--- a/README.md
+++ b/README.md
@@ -83,19 +83,19 @@ pip install isort
Install isort with requirements.txt support:
```bash
-pip install isort[requirements]
+pip install isort[requirements_deprecated_finder]
```
Install isort with Pipfile support:
```bash
-pip install isort[pipfile]
+pip install isort[pipfile_deprecated_finder]
```
Install isort with both formats support:
```bash
-pip install isort[requirements,pipfile]
+pip install isort[requirements_deprecated_finder,pipfile_deprecated_finder]
```
Using isort