Fix README typo

This commit is contained in:
2024-08-16 19:24:57 +02:00
parent bd2f694cfd
commit a81d72f454
+1 -1
View File
@@ -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