From a81d72f454b7fe8303f90c983114bb33034df47a Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Fri, 16 Aug 2024 19:24:57 +0200 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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