diff --git a/services/notification-service/README.md b/services/notification-service/README.md index d7eb4734fd..2d2bb3626f 100644 --- a/services/notification-service/README.md +++ b/services/notification-service/README.md @@ -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,