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