diff --git a/README.md b/README.md index 4e4631c..6bb747a 100644 --- a/README.md +++ b/README.md @@ -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("custom-route"); +app.MapWebSocket("custom-route"); ``` ### Message mapping