We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e9894 commit 5a72d5cCopy full SHA for 5a72d5c
README.md
@@ -68,7 +68,7 @@ failure.
68
69
## Pipenv support :sparkles::cake::sparkles:
70
If you include a `Pipfile` and have `pipenv` installed instead of a `requirements.txt` this will use
71
-`pipenv lock --r` to generate them. It is fully compatible with all options such as `zip` and
+`pipenv lock -r` to generate them. It is fully compatible with all options such as `zip` and
72
`dockerizePip`. If you don't want this plugin to generate it for you, set the following option:
73
```yaml
74
custom:
0 commit comments