From e8e843e8cc5414444d14058979051a465f710275 Mon Sep 17 00:00:00 2001 From: "Powolny Marcel. Talk is cheap show me the code" Date: Thu, 17 Feb 2022 16:18:13 +0100 Subject: [PATCH] fixed typo + removed comma fixed typo + removed comma --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55c2b63..d0ca414 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ fields() { MediaField::make('Profile image', 'profile_image'), // Configurable options: - MediaField::make('Config example', 'config_example'), - ->multiple() // Allows multiple images to tbe selected + MediaField::make('Config example', 'config_example') + ->multiple() // Allows multiple images to to be selected ->collection('profile-pictures') // Defines a fixed collection of images instead of a global scope ->compact($width, $height = null) // Defines the thumbnail image size shown in Nova (to actually change thumbnail image size, use config) ]