From f4d3ebe09af5e0fc93af42acd87186479dac397f Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Wed, 7 Nov 2018 12:10:48 -0800 Subject: [PATCH] Add docs blurb to Readme (#3276) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 896a93ff72..4223ebe9c3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ You can watch an introductory presentation here - [ASP.NET Core SignalR: Build 2 This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo. +## Documentation + +Documentation for ASP.NET Core SignalR can be found in the [Real-time Apps](https://docs.microsoft.com/en-us/aspnet/core/signalr/introduction?view=aspnetcore-2.1) section of the ASP.NET Core Documentation site. + ## TypeScript Version If you are encountering TypeScript definition issues with SignalR, please ensure you are using the latest version of TypeScript to compile your application. If the issue occurs in the latest TypeScript, please let us know.