Merge pull request #3912 from jasonharrison/fix-readme

Fix link to GIF in README.md, add descriptive alt text
This commit is contained in:
Frost Ming
2019-08-27 11:29:36 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ well as adds/removes packages from your `Pipfile` as you
install/uninstall packages. It also generates the ever-important
`Pipfile.lock`, which is used to produce deterministic builds.
![image](https://s3.amazonaws.com/media.kennethreitz.com/pipenv.gif)
![GIF demonstrating Pipenv's usage](https://gist.githubusercontent.com/jlusk/855d611bbcfa2b159839db73d07f6ce9/raw/7f5743401809f7e630ee8ff458faa980e19924a0/pipenv.gif)
The problems that Pipenv seeks to solve are multi-faceted:
+1
View File
@@ -0,0 +1 @@
Fix link to GIF in README.md demonstrating Pipenv's usage, and add descriptive alt text.