diff --git a/README.md b/README.md index c247b3f..c435d49 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ ## Setup ```sh -npx nuxi module add algolia -npx nuxi module add algolia +npx nuxi@latest module add algolia +npx nuxi@latest module add algolia ``` ## Basic usage diff --git a/docs/content/1.getting-started/1.quick-start.md b/docs/content/1.getting-started/1.quick-start.md index fef8196..d3f0de3 100644 --- a/docs/content/1.getting-started/1.quick-start.md +++ b/docs/content/1.getting-started/1.quick-start.md @@ -7,7 +7,7 @@ description: '' 1. **Install Algolia module** ```bash -npx nuxi module add algolia +npx nuxi@latest module add algolia ``` 2. **Enable the module in your Nuxt configuration** diff --git a/docs/content/1.index.md b/docs/content/1.index.md index 8394b74..0436fe3 100644 --- a/docs/content/1.index.md +++ b/docs/content/1.index.md @@ -13,7 +13,7 @@ cta: secondary: - Star on GitHub → - https://github.com/nuxt-modules/algolia -snippet: npx nuxi module add algolia +snippet: npx nuxi@latest module add algolia --- #title diff --git a/docs/content/2.advanced/3.docsearch.md b/docs/content/2.advanced/3.docsearch.md index 58ba0a6..7a8fd33 100644 --- a/docs/content/2.advanced/3.docsearch.md +++ b/docs/content/2.advanced/3.docsearch.md @@ -13,7 +13,7 @@ Websites like [nuxtjs.org](https://nuxtjs.org), [vuejs.org](https://vuejs.org) u As DocSearch is an additional feature for @nuxt-modules/algolia, it needs two additional dependencies: ```bash -npx nuxi module add algolia +npx nuxi@latest module add algolia ``` ## Configuration