From 6192cd5acdd15aa9423b18308122900c2b8775bb Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Thu, 7 Jun 2018 23:48:01 -0700 Subject: [PATCH] correction in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e41efe2..39f01b6 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ the source like so. ```conf # source=("${_name}::${url//https/git}") -source=("${_name}::${url//https/git}commit=") +source=("${_name}::${url//https/git}#commit=") ```