From ad9ece5a6c3a67f9101a6eb2d4e15963b4e84c81 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 4 May 2024 19:32:18 +0300 Subject: [PATCH] update readme --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d9fadce..bd14315 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,7 @@ RSS Aggregator 4. `composer update` - install application dependencies 5. `cp config/example.json name.json` - setup your feed -## Launch +## Crawl * `php src/crawler.php config=name.json` - crawl feeds configured by `name.json` - manually or using crontab - -### Arguments - -* `config` - relative (to `config` folder) or absolute path to configuration file \ No newline at end of file + * `config` - relative (to `config` folder) or absolute path to configuration file \ No newline at end of file