From 065ef47b2bcd8350ab2ffcb19dd67d5a7a3d9cb7 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Mon, 6 Mar 2023 11:04:28 -0500 Subject: [PATCH] Change download url to branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4480607..f1ebbe4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Do you use `git difftool` to review changes before making a commit? The problem curl -o ~/bin/vimtabdiff.py "https://raw.githubusercontent.com/balki/vimtabdiff/master/vimtabdiff.py" # for python version < 3.10 - curl -o ~/bin/vimtabdiff.py "https://raw.githubusercontent.com/balki/vimtabdiff/py38/vimtabdiff.py" + curl -o ~/bin/vimtabdiff.py "https://raw.githubusercontent.com/balki/vimtabdiff/br-py38/vimtabdiff.py" chmod +x ~/bin/vimtabdiff.py ```