From 4ece10ff041eee4e2102c609c704b5565db16ead Mon Sep 17 00:00:00 2001 From: Chris Deaton Date: Tue, 12 Feb 2019 16:40:32 -0500 Subject: [PATCH] minor typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a91cb77..2792c2e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ public function tools() } ``` -Next, add `MorphToMany` fields to you `app/Nova/User` resource: +Next, add `MorphToMany` fields to your `app/Nova/User` resource: ```php use Laravel\Nova\Fields\MorphToMany;