From adb5529995c3e9a15774d0b429df2c448c387529 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:20:40 +0100 Subject: [PATCH] Add Third party licenses section to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1c18577..9574ed5 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,6 @@ notificationApiClient.RequestUnreadCount(); ``` For a more sophisticated example, please check out this [example](https://github.com/Stone-Red-Software/StoneRed.NetificationApi/blob/main/src/StoneRed.NetificationApi.Example/Program.cs). + +# Third party licenses +- [Websocket.Client](https://github.com/Marfusios/websocket-client) - [MIT](https://github.com/Marfusios/websocket-client/blob/master/LICENSE)