From 2b0b514229fb426be2e072077a9ea43641bf7981 Mon Sep 17 00:00:00 2001 From: huangboming Date: Fri, 25 Apr 2025 18:25:37 +0800 Subject: [PATCH] chore: Update README.md with correct repository clone instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a7f430..8cf2d2b 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ You can also run the script locally to generate the feeds manually. 1. **Clone the repository:** ```bash - git clone https://github.com/YOUR_USERNAME/YOUR_REPOSITORY.git - cd YOUR_REPOSITORY + git clone https://github.com/huggingface/papers-rss-feed.git + cd papers-rss-feed ``` (Replace `YOUR_USERNAME/YOUR_REPOSITORY` with the actual path to this repo).