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

Commit 44c5ea9

Browse files
authored
doc: fix README.md import nestjs-octokit
1 parent 1596a9f commit 44c5ea9

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)