From e1dc1d8776b1c23463e4ce77d086b7b5d9245b93 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 17 Aug 2025 22:04:32 -0400 Subject: [PATCH] Fixed wrong URL in README.md file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16f15c3..e29f71d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A simple, powerful command-line todo manager that stores tasks in SQLite databas 1. Clone the repository: ```bash - git clone https://github.com/stormux/git-er-done.git + git clone https://git.stormux.org/storm/git-er-done cd git-er-done ```