Skip to content

Commit 75c63cc

Browse files
authored
docs(setup): fix package name
1 parent 67b2f7f commit 75c63cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/en/setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ category: Guide
1212
<code-block label="Yarn" active>
1313

1414
```bash
15-
yarn add nuxt-module
15+
yarn add @nuxtjs/speedcurve
1616
```
1717

1818
</code-block>
1919
<code-block label="NPM">
2020

2121
```bash
22-
npm install nuxt-module
22+
npm install @nuxtjs/speedcurve
2323
```
2424

2525
</code-block>

0 commit comments

Comments
 (0)