From e8f205442906598cadc34aecc2c81154ab732a57 Mon Sep 17 00:00:00 2001 From: Kinsue <45711958+Kinsue@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:12:52 +0800 Subject: [PATCH] Fix broken links in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c34644..cb53ec4 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ pip install skilz ```bash # Install directly from GitHub (latest development version) -pip install git+https://github.com/spillwave/skilz-cli.git +pip install git+https://github.com/SpillwaveSolutions/skilz-cli.git # Or clone and install -git clone https://github.com/spillwave/skilz-cli.git +git clone https://github.com/SpillwaveSolutions/skilz-cli.git cd skilz-cli pip install . ``` @@ -50,7 +50,7 @@ pip install . ### Development Setup ```bash -git clone https://github.com/spillwave/skilz-cli.git +git clone https://github.com/SpillwaveSolutions/skilz-cli.git cd skilz-cli pip install -e ".[dev]" ```