From 6337d6d2bbd6ed47e56945a8a02a5ce53613d8bf Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Sat, 25 Aug 2018 23:56:56 -0700 Subject: [PATCH] Update README, fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a5d4ca5..54ad50f8 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Installing from git: You can install packages with pipenv from git and other version control systems using URLs formatted according to the following rule: - +:////@# + +:////@# The only optional section is the `@` section. When using git over SSH, you may use the shorthand vcs and scheme alias `git+git@:/@#`. Note that this is translated to `git+ssh://git@` when parsed.