From 0aa327b1c04de85401e9c6c6e00f4bd53ed2b6b8 Mon Sep 17 00:00:00 2001 From: BekzodIsakov Date: Sun, 3 Dec 2023 11:56:32 +0500 Subject: [PATCH] Update README.md Fix `see tailwind` anchor link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d851ebd7..b148b2ea 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ That's it, your Next.js app fully supports dark mode, including System preferenc } ``` -> **Note!** If you set the attribute of your Theme Provider to class for Tailwind next-themes will modify the `class` attribute on the `html` element. See [With Tailwind](###with-tailwind). +> **Note!** If you set the attribute of your Theme Provider to class for Tailwind next-themes will modify the `class` attribute on the `html` element. See [With Tailwind](#with-tailwind). ### useTheme