diff --git a/README.md b/README.md index 8bd1200..0a0c92e 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Now you can use your Blade components and pass additional classes to merge: ``` -This will now render the following HTML: +This will render the following HTML: ```html
@@ -142,7 +142,7 @@ By default Laravel allows you to only merge classes in one place. But with `Tail ```blade // button.blade.php - +``` + +> Note: Use `withoutTwMergeClasses()` on your main attributes bag, otherwise all `class:xyz` attributes will be rendered in the output. + ### Use Laravel Blade Directive The package registers a Blade directive which can be used to merge classes in your Blade views: