Skip to content

Commit

Permalink
Typo correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolla committed Jun 24, 2022
1 parent 1f94a65 commit 4a2bf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# .Net WeatherFlow Tempest API Websocket Example
# .NET WeatherFlow Tempest API Websocket Example
This project originally started as a proof of concept looking at using .NET Core's native ClientWebSocket class (https://docs.microsoft.com/en-us/dotnet/api/system.net.websockets.clientwebsocket?view=netcore-3.1).

After a little research into the .NET WebSocket Client and a great article I found on The Codegarden (https://thecodegarden.net/websocket-client-dotnet) that provided the following code it became obvious that I needed a class wrapper providing Async use of the ClientWebSocket class.
Expand Down

0 comments on commit 4a2bf57

Please sign in to comment.