From 4fc1c151709d3943847cc44c1270e21b0aa5c386 Mon Sep 17 00:00:00 2001 From: typicode Date: Mon, 25 Nov 2024 04:55:48 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8710ad0..34fde69 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,8 @@ a[data-component='button'] { ``` -> [!NOTE] > `data-component` is just a naming convention. Feel free to use any attribute, like `data-kind='button'` or just `data-c`. It’s simply a way to differentiate between components using the same tag. +> [!NOTE] +> `data-component` is just a naming convention. Feel free to use any attribute, like `data-kind='button'` or just `data-c`. It’s simply a way to differentiate between components using the same tag. ### How to split my code?