From d5aeba3ff4502e3dc2d307b869c35936a1df8798 Mon Sep 17 00:00:00 2001 From: gwleuverink Date: Thu, 15 Aug 2024 14:34:44 +0200 Subject: [PATCH] update docs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d86c940..7fc7d81 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,18 @@ composer require leuverink/dotoo inline-comment inline-comment-result +Alternatively, you may also directly use the highlight component in your markup. This way you get full control over attributes and slots. Check it out: + +```blade + + + + + + Foo bar + +``` + ## Configuration ```php