Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation (#70)
Browse files Browse the repository at this point in the history
* docs: use new `nuxi module add` command in installation

* chore: update code style

---------

Co-authored-by: Johann Schopplich <[email protected]>
  • Loading branch information
danielroe and johannschopplich authored Apr 3, 2024
1 parent c9e93e9 commit c930066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
> [📖 Read the documentation](https://nuxt-api-party.byjohann.dev)
```bash
# pnpm
pnpm add -D nuxt-api-party

# npm
npm i -D nuxt-api-party
npx nuxi@latest module add api-party
```

## Basic Usage
Expand Down
14 changes: 3 additions & 11 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,9 @@ This guide will walk you through the steps to get started with `nuxt-api-party`.

## Step 1: Install `nuxt-api-party`

::: code-group
```bash [pnpm]
pnpm add -D nuxt-api-party
```
```bash [yarn]
yarn add -D nuxt-api-party
```
```bash [npm]
npm install -D nuxt-api-party
```
:::
```bash
npx nuxi@latest module add api-party
```

## Step 2: Use `nuxt-api-party`

Expand Down

0 comments on commit c930066

Please sign in to comment.