From bf786e16b4643de7e701aecb3d67cc59a92f89a2 Mon Sep 17 00:00:00 2001 From: DK <69655652+syphrpunk@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:09:26 -0700 Subject: [PATCH] Update README.md Spelling error on the clone path, tsk tsk. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f85e3bc..8d78497 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ all the time. #### Git ```sh -git clone https://github.com/thkq/tkcli +git clone https://github.com/tkhq/tkcli cd tkcli # This installs in ~/.local/bin; make sure this is in your $PATH! make install