correction in README.md

This commit is contained in:
Trent Palmer 2018-06-07 23:48:01 -07:00
parent 9b3e865a8a
commit 6192cd5acd

View File

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