Files
pipenv/docs
Peter Schutt a84f5443af Incorrect ref in VCS example
Small changes, but a couple of issues in the `A Note About VCS Dependencies` section of the docs.

Running the example `$ pipenv install -e git+https://github.com/requests/requests.git@v2.19#egg=requests` raises the error: `Did not find branch or tag 'v2.19', assuming revision or ref.` I think it should be 'v2.19.1' which is just a typo as 'v2.19.1' is used in the subsequent lines of the example.

The example Pipfile in the  section excludes the `v` in the version number written to the `ref = ` part. I found it a little confusing that it would strip the 'v' from the tag, but then on testing it I found that it doesn't do that:

```
[packages]
requests = {editable = true, ref = "v2.20.1", git = "https://github.com/requests/requests.git"}
```

Also, while I was here I figured I'd update the example to the most recent requests release.

Thanks.
2018-11-15 10:17:58 +11:00
..
2018-08-22 09:35:44 +02:00
2018-11-15 10:17:58 +11:00
2018-07-03 08:50:42 +08:00
2018-07-11 13:45:37 +08:00
2018-10-25 20:15:23 +03:00
2018-10-25 17:50:07 +08:00
2017-01-30 13:30:04 -05:00
2017-01-30 13:30:04 -05:00