From b6573f60048b8fc553531174f18f7440a161ab28 Mon Sep 17 00:00:00 2001 From: rpriven Date: Sun, 4 Jan 2026 16:34:28 -0700 Subject: [PATCH] Fix clone URL placeholder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47b59c9..d266ba5 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Calculated from your day of birth, this represents special gifts and talents you ## Installation ```bash -git clone [your-repo-url] +git clone https://github.com/rpriven/numerology.git cd numerology # No dependencies to install - uses Bun's native TypeScript support! ```