From 4e164269d1088a1a1247f44489252842e0eaa03c Mon Sep 17 00:00:00 2001 From: vaibhavkumar-sf <30282624+vaibhavkumar-sf@users.noreply.github.com> Date: Mon, 7 Feb 2022 12:14:40 +0530 Subject: [PATCH] Corrected key in description in README.md (#508) Corrected PubNubProvider.Config key in description in README.md --- services/notification-service/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,