From 10f2a0d412f0921b386c07e44fe23d460c8c9d7a Mon Sep 17 00:00:00 2001 From: wwelsh Date: Wed, 5 Nov 2025 12:44:15 -0500 Subject: [PATCH] silly claude --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d66199..2b6a813 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Fetch, filter, and browse the latest research papers tailored to your interests. 1. **Clone & Run** ```bash - git clone https://github.com/yourusername/research-digest.git + git clone https://github.com/wedsmoker/research-digest.git cd research-digest run_digest.bat ``` @@ -58,7 +58,7 @@ Fetch, filter, and browse the latest research papers tailored to your interests. ### Linux/macOS ```bash -git clone https://github.com/yourusername/research-digest.git +git clone https://github.com/wedsmoker/research-digest.git cd research-digest python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate