Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit d5f3a3f

Browse files
authored
Merge pull request #6 from haitaodesign/main
doc: fix README.md import nestjs-octokit
2 parents 1596a9f + 44c5ea9 commit d5f3a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class AppModule {}
6868
Then you can inject the service:
6969

7070
```ts
71-
import { OctokitService } from 'octokit-nestjs';
71+
import { OctokitService } from 'nestjs-octokit';
7272

7373
@Controller()
7474
export class SomeController {
@@ -122,7 +122,7 @@ export class AppModule {}
122122
To use plugins:
123123

124124
```ts
125-
import { OctokitModule } from 'octokit-nestjs';
125+
import { OctokitModule } from 'nestjs-octokit';
126126
import { throttling } from '@octokit/plugin-throttling';
127127

128128
@Module({

0 commit comments

Comments
 (0)