From ae707e3aa563001de852b7d9f49e0b2e915e88e7 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:02:17 +0100 Subject: [PATCH] Fix example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9574ed5..c1ab0ef 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ using StoneRed.NetificationApi.Client; using StoneRed.NetificationApi.Client.Models; // The client is used to receive notifications -NotificationApiClient notificationApiClient = new NotificationApiClient(userId, clientId); +NotificationApiClient notificationApiClient = new NotificationApiClient("", ""); // Listen for new notifications notificationApiClient.NewNotificationsReceived += (sender, args) =>