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.
2 parents 1596a9f + 44c5ea9 commit d5f3a3fCopy full SHA for d5f3a3f
1 file changed
README.md
@@ -68,7 +68,7 @@ export class AppModule {}
68
Then you can inject the service:
69
70
```ts
71
-import { OctokitService } from 'octokit-nestjs';
+import { OctokitService } from 'nestjs-octokit';
72
73
@Controller()
74
export class SomeController {
@@ -122,7 +122,7 @@ export class AppModule {}
122
To use plugins:
123
124
125
-import { OctokitModule } from 'octokit-nestjs';
+import { OctokitModule } from 'nestjs-octokit';
126
import { throttling } from '@octokit/plugin-throttling';
127
128
@Module({
0 commit comments