Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored Jul 28, 2021
1 parent 7cf549e commit 68fc0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After setup the module in your config you have to run the migrations and import

To execute the command (and run the crawler proccess) use the crawler command `crawl`, you should put this command in cronjob to make sure your index is up-to-date:

> Make sure your page is in utf8 mode (`<meta charset="utf-8"/>`) and make sure to set the language `<html lang="<?= Yii::$app->composition->language; ?>">`.
> Make sure your page is in utf8 mode (`<meta charset="utf-8"/>`) and make sure to set the language `<html lang="<?= Yii::$app->composition->langShortCode; ?>">`.
```sh
./vendor/bin/luya crawler/crawl
Expand Down

0 comments on commit 68fc0ca

Please sign in to comment.