Skip to content

Commit

Permalink
chore: add @rc in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Oct 17, 2023
1 parent b9c675f commit 8daff4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Automatically configure your app to follow OWASP security patterns and principle
Install the module:

```sh
npm i -D nuxt-security
yarn add -D nuxt-security
pnpm add -D nuxt-security
npm i -D nuxt-security@rc
yarn add -D nuxt-security@rc
pnpm add -D nuxt-security@rc
```

Add the module in the `modules` array in `nuxt.config.ts`:
Expand Down
6 changes: 3 additions & 3 deletions docs/content/1.documentation/1.getting-started/1.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Install `nuxt-security` module:
::code-group

```bash [Yarn]
yarn add --dev nuxt-security
yarn add --dev nuxt-security@rc
```

```bash [NPM]
npm install nuxt-security --save-dev
npm install nuxt-security@rc --save-dev
```

```bash [PNPM]
pnpm add -D nuxt-security
pnpm add -D nuxt-security@rc
```

::
Expand Down

0 comments on commit 8daff4b

Please sign in to comment.