From 2faed868af2b9aaf59285a041e65b2d34c90e9d7 Mon Sep 17 00:00:00 2001 From: huangboming Date: Sat, 26 Apr 2025 14:04:09 +0800 Subject: [PATCH] chore: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cf2d2b..d105a71 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The following feed files are automatically generated and updated in this reposit * Updates on the 1st of every month around midnight UTC. * Sources from: `https://huggingface.co/papers/month/YYYY-MM` (dynamic URL) -You can subscribe to these feeds using your favorite RSS reader by using the raw file URL (e.g., `https://raw.githubusercontent.com/YOUR_USERNAME/YOUR_REPOSITORY/main/feed.xml`). +You can subscribe to these feeds using your favorite RSS reader by using the raw file URL (e.g., `https://raw.githubusercontent.com/huangboming/huggingface-daily-paper-feed/refs/heads/main/feed.xml`). ## How it Works @@ -50,7 +50,7 @@ You can also run the script locally to generate the feeds manually. 1. **Clone the repository:** ```bash - git clone https://github.com/huggingface/papers-rss-feed.git + git clone https://github.com/huangboming/huggingface-daily-paper-feed.git cd papers-rss-feed ``` (Replace `YOUR_USERNAME/YOUR_REPOSITORY` with the actual path to this repo).