Skip to content

Commit

Permalink
Merge pull request #8 from caddijp/fix-typo
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Yasai-T authored May 23, 2022
2 parents e472ce4 + 6a7bf36 commit 185361e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install nestjs-pubsub @google-cloud/pubsub

```typescript
@Module({
imports: [SlackModule.forRoot({})],
imports: [PubsubModule.forRoot({})],
})
export class AppModule {}
```
Expand Down

0 comments on commit 185361e

Please sign in to comment.