correction in README.md

This commit is contained in:
Trent Palmer 2018-06-07 23:48:01 -07:00
parent 9b3e865a8a
commit 6192cd5acd
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ the source like so.
```conf
# source=("${_name}::${url//https/git}")
source=("${_name}::${url//https/git}commit=<commit_hash>")
source=("${_name}::${url//https/git}#commit=<commit_hash>")
```