diff --git a/README.md b/README.md index 0cf143c..83e5282 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ * `cd crawler` * `composer update` * `cp example/config.json config.json` -* `crontab -e`:`* * * * * php kvazar/crawler/src/index.php` - * drop index: `php kvazar/crawler/src/index.php drop` - * optimize index: `php kvazar/crawler/src/index.php optimize` \ No newline at end of file +* `crontab -e`:`* * * * * php src/index.php` + * drop index: `php src/index.php drop` + * optimize index: `php src/index.php optimize` \ No newline at end of file