From 2a8b0e120b220f72f6247a4d9eaa70262c44319e Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Sun, 10 Nov 2024 14:41:12 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 985aeda..d45d271 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Total Downloads](https://poser.pugx.org/willvincent/laravel-rateable/downloads.svg)](https://packagist.org/packages/willvincent/laravel-rateable) [![Monthly Downloads](https://poser.pugx.org/willvincent/laravel-rateable/d/monthly.png)](https://packagist.org/packages/willvincent/laravel-rateable) [![Daily Downloads](https://poser.pugx.org/willvincent/laravel-rateable/d/daily.png)](https://packagist.org/packages/willvincent/laravel-rateable) -Provides a trait to allow rating of any Eloquent models within your app for Laravel 6/7/8/9. +Provides a trait to allow rating of any Eloquent models within your app for Laravel versions 6 and higher. Ratings could be fivestar style, or simple +1/-1 style.