From 6be38bd787b84ea4e9758b3e3f00fc4a45cb879a Mon Sep 17 00:00:00 2001 From: faidz Date: Wed, 22 Feb 2023 17:43:13 +0800 Subject: [PATCH 1/2] fix: remove redundant word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a66192..708f07b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Teamwork is the fastest and easiest method to add a User / Team association with composer require mpociot/teamwork -The `Teamwork` Facade will be auto discovered by Laravel automatically. +The `Teamwork` Facade will be discovered by Laravel automatically . ## Configuration From 88f2235c8087666045a48cd5b7fcb13fcbd88be7 Mon Sep 17 00:00:00 2001 From: faidz Date: Wed, 22 Feb 2023 17:44:59 +0800 Subject: [PATCH 2/2] fix: remove extra spacing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 708f07b..27f4aae 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Teamwork is the fastest and easiest method to add a User / Team association with composer require mpociot/teamwork -The `Teamwork` Facade will be discovered by Laravel automatically . +The `Teamwork` Facade will be discovered by Laravel automatically. ## Configuration