From 6b508f59d4d1d6d27b8c30773c287e49eadd8a85 Mon Sep 17 00:00:00 2001 From: Matthew Poulter Date: Tue, 5 Jan 2021 08:06:20 +0200 Subject: [PATCH] Fix screenshot URL (#28) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f44d0..0df5c87 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Laravel Nova field to add enums to resources. This field uses the [BenSampo/laravel-enum](https://github.com/BenSampo/laravel-enum) package, so make sure to check out the installation instructions there first. -![Screenshot of the enum field](https://github.com/simplesquid/nova-enum-field/raw/master/docs/screenshot.png) +![Screenshot of the enum field](https://github.com/simplesquid/nova-enum-field/raw/main/docs/screenshot.png) ## Installation