From 8b3adccf1208cbfb16a2b551502b02760965a92b Mon Sep 17 00:00:00 2001 From: HibouDev Date: Wed, 1 Oct 2025 11:39:15 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a759473..7d08d549 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Enable [Tailwind CSS](https://tailwindcss.com) for [Nuxt](https://nuxt.com) ⚡ Add `@nuxtjs/tailwindcss` using the [Nuxt CLI](https://github.com/nuxt/cli) to your project ```bash -npx nuxi@latest module add tailwindcss +npx nuxt@latest module add tailwindcss ```