Skip to content

Commit

Permalink
Corrected key in description in README.md (#508)
Browse files Browse the repository at this point in the history
Corrected PubNubProvider.Config key in description in README.md
  • Loading branch information
vaibhavkumar-sf authored Feb 7, 2022
1 parent 25b16ff commit 4e16426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/notification-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ npm i @sourceloop/notification-service
...
```
- **Push Notifications with Pubnub** -
- Bind the Pubnub Config to the `PubNubProvider.Config` key -
- Bind the Pubnub Config to the `PubnubBindings.Config` key -
```typescript
this.bind(PubnubBindings.Config).to({
subscribeKey: process.env.PUBNUB_SUBSCRIBE_KEY,
Expand Down

0 comments on commit 4e16426

Please sign in to comment.