Fix example in README.md

This commit is contained in:
Stone_Red
2024-03-05 18:02:17 +01:00
committed by GitHub
parent adb5529995
commit ae707e3aa5
+1 -1
View File
@@ -69,7 +69,7 @@ using StoneRed.NetificationApi.Client;
using StoneRed.NetificationApi.Client.Models; using StoneRed.NetificationApi.Client.Models;
// The client is used to receive notifications // The client is used to receive notifications
NotificationApiClient notificationApiClient = new NotificationApiClient(userId, clientId); NotificationApiClient notificationApiClient = new NotificationApiClient("<UserId>", "<ClientId>");
// Listen for new notifications // Listen for new notifications
notificationApiClient.NewNotificationsReceived += (sender, args) => notificationApiClient.NewNotificationsReceived += (sender, args) =>