Skip to content

Commit abecd8d

Browse files
authored
docs: update
1 parent 11f88e7 commit abecd8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
55
## Setup
66

7-
Install `@docus/github` in your project:
7+
Install `@nuxtlabs/github-module` in your project:
88

99
```bash
1010
# Using Yarn
11-
yarn add --dev @docus/github
11+
yarn add --dev @nuxtlabs/github-module
1212
# Using NPM
13-
npm install --save-dev @docus/github
13+
npm install --save-dev @nuxtlabs/github-module
1414
```
1515

16-
Then, add `@docus/github` to the `modules` section of your `nuxt.config.ts`:
16+
Then, add `@nuxtlabs/github-module` to the `modules` section of your `nuxt.config.ts`:
1717

1818
```ts
1919
import { defineNuxtConfig } from 'nuxt'
2020

2121
export default defineNuxtConfig({
2222
modules: [
2323
'@nuxt/content', // Required
24-
'@docus/github'
24+
'@nuxtlabs/github-module'
2525
],
2626
github: {
2727
repo: 'nuxt/framework' // Or use GITHUB_REPO in .env

0 commit comments

Comments
 (0)