Skip to content

Commit

Permalink
Merge pull request #4610 from msrb/fix-link
Browse files Browse the repository at this point in the history
Fix broken link in the README
  • Loading branch information
frostming authored Feb 4, 2021
2 parents 250a69e + 58dc4eb commit bf72031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The problems that Pipenv seeks to solve are multi-faceted:
- You no longer need to use `pip` and `virtualenv` separately. They
work together.
- Managing a `requirements.txt` file [can be
problematic](https://www.kennethreitz.org/essays/a-better-pip-workflow),
problematic](https://kennethreitz.org/essays/2016/02/25/a-better-pip-workflow),
so Pipenv uses the upcoming `Pipfile` and `Pipfile.lock` instead,
which is superior for basic use cases.
- Hashes are used everywhere, always. Security. Automatically expose
Expand Down

0 comments on commit bf72031

Please sign in to comment.