mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-15 13:39:29 +00:00
Fix README typo
This commit is contained in:
@@ -18,7 +18,7 @@ Net.Sdk.Web.Extensions provides a streamlined implementation of WebSockets to be
|
||||
```C#
|
||||
var builder = WebApplication.CreateSlimBuilder(args);
|
||||
var app = builder.Build();
|
||||
app.MapWebSocker<CustomRoute>("custom-route");
|
||||
app.MapWebSocket<CustomRoute>("custom-route");
|
||||
```
|
||||
|
||||
### Message mapping
|
||||
|
||||
Reference in New Issue
Block a user