Add Third party licenses section to readme

This commit is contained in:
Stone_Red
2024-03-04 23:20:40 +01:00
committed by GitHub
parent 47a6981d7e
commit adb5529995
+3
View File
@@ -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). 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)