We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f88e7 commit abecd8dCopy full SHA for abecd8d
1 file changed
README.md
@@ -4,24 +4,24 @@
4
5
## Setup
6
7
-Install `@docus/github` in your project:
+Install `@nuxtlabs/github-module` in your project:
8
9
```bash
10
# Using Yarn
11
-yarn add --dev @docus/github
+yarn add --dev @nuxtlabs/github-module
12
# Using NPM
13
-npm install --save-dev @docus/github
+npm install --save-dev @nuxtlabs/github-module
14
```
15
16
-Then, add `@docus/github` to the `modules` section of your `nuxt.config.ts`:
+Then, add `@nuxtlabs/github-module` to the `modules` section of your `nuxt.config.ts`:
17
18
```ts
19
import { defineNuxtConfig } from 'nuxt'
20
21
export default defineNuxtConfig({
22
modules: [
23
'@nuxt/content', // Required
24
- '@docus/github'
+ '@nuxtlabs/github-module'
25
],
26
github: {
27
repo: 'nuxt/framework' // Or use GITHUB_REPO in .env
0 commit comments