diff --git a/README.md b/README.md index a0b1d40..8deb0d5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Laravel Visits is a counter that can be attached to any model to track its visit * [Top or Lowest list per model type](#top-or-lowest-list-per-model-type) * [Reset and clear values](#reset-and-clear-values) * [Integration with Eloquent](#integration-with-eloquent) - * [Change log](#change-log) + * [Changelog](#changelog) * [Contributing](#contributing) * [Credits](#credits) * [License](#license) @@ -35,11 +35,11 @@ Laravel Visits is a counter that can be attached to any model to track its visit ## Features - A model item can have many types of recorded visits (using tags). -- It's not limitd to one type of Model (like some packages that allow only User model). -- Record per visitors and not by vistis using IP detecting, so even with refresh, visit won't duplicate (can be changed from config). -- Get Top/Lowest visits per a model. +- It's not limited to one type of Model (like some packages that allow only the User model). +- Record per visitors and not by visits using IP detecting, so even with the refresh, visit won't duplicate (can be changed from config). +- Get Top/Lowest visits per model. - Get most visited countries, refs, OSes, and languages ... -- Get visits per a period of time like a month of a year of an item or model. +- Get visits per period of time like a month of a year of an item or model. ## Install Via Composer @@ -49,7 +49,7 @@ composer require awssat/laravel-visits #### Requirement - Laravel 5.5+ - PHP 7.1+ -- This package rely heavly on Redis. To use it, make sure that Redis is configured and ready. (see [Laravel Redis Configuration](https://laravel.com/docs/5.6/redis#configuration)) +- This package relies heavily on Redis. To use it, make sure that Redis is configured and ready. (see [Laravel Redis Configuration](https://laravel.com/docs/5.6/redis#configuration)) @@ -63,7 +63,7 @@ php artisan vendor:publish --provider="awssat\Visits\VisitsServiceProvider" - By default `laravel-visits` doesn't use the default laravel redis configuration (see [issue #5](https://github.com/awssat/laravel-visits/issues/5)) -To prvent any data loss add a new conection on `config/database.php` +To prevent any data loss add a new connection on `config/database.php` ``` php @@ -279,7 +279,7 @@ Then you can use it as: ``` -## Change log +## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. @@ -294,7 +294,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT - [All Contributors][link-contributors] ## Todo -- An export command to save visits of any periods to a table on database. +- An export command to save visits of any periods to a table on the database. ## Contributors