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) =>