From 214c41bf40403e29a4267cb38fe0066b0cb2e3bc Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Wed, 22 Mar 2017 10:47:41 -0700 Subject: [PATCH] remove reference to client components in README (#155) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db96812f49..c7c69ee89b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/lk5hyg6gki03h Travis: [![Travis](https://travis-ci.org/aspnet/WebSockets.svg?branch=dev)](https://travis-ci.org/aspnet/WebSockets) -Contains a managed implementation of the WebSocket protocol, along with client and server integration components. +Contains a managed implementation of the WebSocket protocol, along with server integration components. 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.