From 8455efa82c65bdd87d03da36809a0478af32c237 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 13:26:19 +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 f82f645..ad81b1e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Session replays, product analytics and more for Nuxt apps. - Add `nuxt-logrocket` dependency to your project ```sh -npm i nuxt-logrocket +npx nuxi@latest module add logrocket ``` - Add `nuxt-logrocket` to the `modules` section of your `nuxt.config.ts` file