Fix clone URL placeholder

This commit is contained in:
rpriven 2026-01-04 16:34:28 -07:00
parent 9197978c99
commit b6573f6004
Signed by: djedi
GPG key ID: D04DED574622EF45

View file

@ -49,7 +49,7 @@ Calculated from your day of birth, this represents special gifts and talents you
## Installation ## Installation
```bash ```bash
git clone [your-repo-url] git clone https://github.com/rpriven/numerology.git
cd numerology cd numerology
# No dependencies to install - uses Bun's native TypeScript support! # No dependencies to install - uses Bun's native TypeScript support!
``` ```