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
```