From 423f88e94e25bee76b331a549d9b06a2a7c6f12b Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 27 Apr 2024 21:56:04 +0300 Subject: [PATCH] fix config name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e2d8c9..b81da0e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Simple RSS feed converter to static Gemtext format, useful for news portals or l ## Usage 1. `git clone https://github.com/YGGverse/Pulsar.git` -2. `cp example/crawler.json crawler.json` - setup your feed locations +2. `cp example/config.json config.json` - setup your feed locations 3. `php src/crawler.php` - grab feeds manually or using crontab ## Config