Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed May 28, 2021
1 parent ce2c5d5 commit 4c22748
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 @@ -102,7 +102,7 @@ Here are a few short examples of what you can do.
ModelName::generateRecommendations();
```

* To get the list of recommended models for a model.
* To get the list of recommended models for a model. This function can be called in an Artisan command and scheduled to run periodically.

```php
$recommendations = $model->getRecommendations();
Expand Down

0 comments on commit 4c22748

Please sign in to comment.