unosquare / embedio

A tiny, cross-platform, module based web server for .NET
http://unosquare.github.io/embedio
Other
1.46k stars 176 forks source link

Typo in README.md #519

Closed angrykirc closed 2 years ago

angrykirc commented 3 years ago

Too small of an issue to create a PR, so I thought I'd just write it down here.

Describe the bug In README.md, there is a WebSockets Example provided.

The example class' names in this example are different. In first paragraph, it's "WebSocketChatModule", and in the next one, it is "WebSocketsChatServer" (that implements WebSocketModule, so I guess it's not really a "Server", but a "Module".)

rdeago commented 3 years ago

Hello @angrykirc, thanks for using EmbedIO and for taking the time to open this issue.