From b86f31d58c5727d0d6f4c0a1c3ca6533ba9ec087 Mon Sep 17 00:00:00 2001 From: Mikael Mengistu Date: Wed, 6 Jun 2018 20:50:45 -0700 Subject: [PATCH] Remove AppVeyor Badge (#2435) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c722480087..22af96347b 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ ASP.NET Core SignalR [![Join the chat at https://gitter.im/aspnet/SignalR](https://badges.gitter.im/aspnet/SignalR.svg)](https://gitter.im/aspnet/SignalR?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/80sq517n7peiaxi9/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/signalr/branch/dev) - Travis: [![Travis](https://travis-ci.org/aspnet/SignalR.svg?branch=dev)](https://travis-ci.org/aspnet/SignalR) ASP.NET Core SignalR is a new library for ASP.NET Core developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.