mirror of
https://github.com/Stone-Red-Software/StoneRed.NetificationApi.git
synced 2026-09-04 08:46:05 +02:00
Fix example in README.md
This commit is contained in:
@@ -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("<UserId>", "<ClientId>");
|
||||
|
||||
// Listen for new notifications
|
||||
notificationApiClient.NewNotificationsReceived += (sender, args) =>
|
||||
|
||||
Reference in New Issue
Block a user