Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Lexpeartha <43365376+Lexpeartha@users.noreply.github.com>
  • Loading branch information
danielroe and Lexpeartha authored Apr 20, 2024
1 parent 80a8163 commit 430daba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ Nuxt XState module allows for easy integration of [XState](https://xstate.js.org
Run one of the following commands:

```bash
yarn add --dev nuxt-xstate
# or
npm install --save-dev nuxt-xstate
npx nuxi@latest module add xstate
```

And add it to your `nuxt.config.ts`:
Expand Down
4 changes: 1 addition & 3 deletions docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
Run one of the following commands:

```bash
yarn add --dev nuxt-xstate
# or
npm install --save-dev nuxt-xstate
npx nuxi@latest module add xstate
```

And add it to your modules in `nuxt.config.ts`:
Expand Down

0 comments on commit 430daba

Please sign in to comment.