Skip to content

Commit

Permalink
docs: use nuxi@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 2, 2024
1 parent 90dc503 commit 03c07f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/1.quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.advanced/3.docsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03c07f0

Please sign in to comment.