diff --git a/aspnetcore/release-notes/aspnetcore-2.1.md b/aspnetcore/release-notes/aspnetcore-2.1.md index 26412a7c58..7e2224cba0 100644 --- a/aspnetcore/release-notes/aspnetcore-2.1.md +++ b/aspnetcore/release-notes/aspnetcore-2.1.md @@ -13,7 +13,9 @@ This article highlights the most significant changes in ASP.NET Core 2.1, with l ## SignalR -SignalR has been rewritten for ASP.NET Core 2.1. ASP.NET Core SignalR includes a number of improvements: +SignalR has been rewritten for ASP.NET Core 2.1. + +ASP.NET Core SignalR includes a number of improvements: * A simplified scale-out model. * A new JavaScript client with no jQuery dependency.