From bd50de476b05e2bd62ae4c81bad72c180cdb8795 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 15 Dec 2023 22:07:05 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57cd811..e84d920 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Options: - [Python](https://www.python.org/downloads/) #### Instructions -1. Download script & make executable: `curl https://git.zakscode.com/ztimson/password-hasher/raw/branch/master/password_hash.py && chmod 0775 password_hasher.py` +1. Download script & make executable: `curl https://git.zakscode.com/ztimson/password-hasher/raw/branch/develop/password_hash.py && chmod 0775 password_hasher.py` 2. Run python script: `./password_hasher.py [OPTIONS] `