From 4899042ad11475d4f8cf1fbdd8d4ee0c7537a162 Mon Sep 17 00:00:00 2001 From: Leonel Elimpe Date: Tue, 30 Jul 2019 10:57:06 +0100 Subject: [PATCH] Update README.md English text modifications --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a992716..11772a5 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ Use case is not limited to User model, any Eloquent model could be banned: Organ ## Features -- Model can has many bans. -- Removed bans keeps in history as Soft deleted record. -- Most part of the the logic is handled by the `BanService`. +- Model can have many bans. +- Removed bans kept in history as soft deleted records. +- Most parts of the logic is handled by the `BanService`. - Has middleware to prevent banned user route access. - Use case is not limited to `User` model, any Eloquent model could be banned. - Events firing on models `ban` and `unban`.