Skip to content

Commit

Permalink
Merge pull request #21 from basics/feature/update-docs
Browse files Browse the repository at this point in the history
docs(content): update setup
  • Loading branch information
ThornWalli authored Oct 6, 2024
2 parents 02e1a55 + c0b8451 commit aa9cc45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Install `vue-semantic-structure` as a dependency to your project:
::: code-group

```bash [Yarn]
yarn add vue-semantic-structure@next
yarn add vue-semantic-structure
```

```bash [NPM]
npm install vue-semantic-structure@next
npm install vue-semantic-structure
```

```bash [PNPM]
pnpm add vue-semantic-structure@next
pnpm add vue-semantic-structure
```

:::

0 comments on commit aa9cc45

Please sign in to comment.