From 242e3b778422d5c0079c65f6d21416ea43ef62f6 Mon Sep 17 00:00:00 2001 From: Pascal Baljet Date: Fri, 1 Jan 2021 16:04:57 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55d7e9d..310fb7c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If you're using Tailwind, make sure the right plugin ([v1](https://github.com/ta @bind($user) - + @@ -277,7 +277,7 @@ You can provide a *slot* to the `select` element as well: If you want a select element where multiple options can be selected, add the `multiple` attribute to the element. If you specify a default, make sure it is an array. This applies to bound targets as well. ```blade - + ``` #### Using Eloquent relationships @@ -289,7 +289,7 @@ In the example below, you can attach one or more tags to the bound video. By usi ```blade @bind($video) - + @endbind ```