From 98282e88d29e345f735808890b99b8d2633bc132 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 4 May 2024 08:31:30 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35ba619..896bd6f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ RSS Aggregator ## Components -* [x] `src/crawler.php` - scan configured RSS feeds and dump results to SQLite (see also [FS branch](https://github.com/YGGverse/Pulsar/tree/fs)) +* [x] `src/crawler.php` - scan configured RSS feeds and dump results to SQLite (see also [alternative branch](https://github.com/YGGverse/Pulsar/tree/fs)) * [ ] `src/nex.php` - server for [NEX Protocol](https://nightfall.city/nps/info/specification.txt) * [ ] `src/gemini.php` - server for [Gemini Protocol](https://geminiprotocol.net) @@ -16,4 +16,4 @@ RSS Aggregator 1. `git clone https://github.com/YGGverse/Pulsar.git` 2. `cp config/example.json name.json` - setup your feed -3. `php src/crawler.php name.json` - grab feeds manually or using crontabdes \ No newline at end of file +3. `php src/crawler.php name.json` - crawl feeds configured by `name.json` - manually or using crontab \ No newline at end of file