From 3ce1571e240ba230bea621c2a58c9abd4fc48fb7 Mon Sep 17 00:00:00 2001 From: Tyson <100465135+DieMantra@users.noreply.github.com> Date: Thu, 26 Jan 2023 02:42:17 +1100 Subject: [PATCH] docs: update README.md (#6) ### Tailwind CSS Features ***** - Class merging with `tailwind-merge` ***** - FIXED TYPO HERE - Animation with `tailwindcss-animate` - Conditional classes with `clsx` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf7d8917f..64c10c7eb8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ npx create-next-app -e https://github.com/shadcn/next-template ### Tailwind CSS Features -- Class merging with `taiwind-merge` +- Class merging with `tailwind-merge` - Animation with `tailwindcss-animate` - Conditional classes with `clsx` - Variants with `class-variance-authority`