From 0ee6907f9500bdc80512f1dc94195b8c757e6b09 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 13:11:21 +0100 Subject: [PATCH] docs: use new `nuxi module add` command in installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce8bfc8..6d995dc 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ 1. Add `@nuxtjs/emotion` dependency to your project ```bash -yarn add @nuxtjs/emotion # or npm install @nuxtjs/emotion +npx nuxi@latest module add emotion ``` 2. Add `@nuxtjs/emotion` to the `modules` section of `nuxt.config.js`