From 807c30a0c13b248f00405348d7cced214d5611c1 Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Sat, 9 Mar 2024 20:37:39 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b1ec7..8e5686e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Introduction -Laravel Ownership simplify management of eloquent model's owner. +Laravel Ownership simplify management of Eloquent model's owner. Group can be an owner of event, user can be an owner of chat room, organization can own licenses. It can be used for many cases not limited by authorship. Make any model as owner and create ownable models in a minutes!