Marfusios / bitmex-client-websocket

🛠️ C# client for Bitmex websocket API
Apache License 2.0
64 stars 44 forks source link

typo #20

Closed ghost closed 5 years ago

ghost commented 5 years ago

https://github.com/Marfusios/bitmex-client-websocket#usage

var url = Bitmex.ApiWebsocketUrl;

->

var url = BitmexValues.ApiWebsocketUrl;

:-)

edit: Plus Console.WriteLine()<no semicolon here>

Marfusios commented 5 years ago

You could have provided PR, would be faster, but thanks anyway :) Fixed.