From 5a064d753ce9424e6dd93e29a7a2a4d5c7bbc66e Mon Sep 17 00:00:00 2001 From: Raul Hidalgo Caballero Date: Wed, 13 Dec 2017 22:34:33 +0100 Subject: [PATCH] Changed CircleCI badge to shield.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48af457d..d642055c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # GraphQL.Client: -[![CircleCI](https://circleci.com/gh/graphql-dotnet/graphql-client.svg?style=svg)](https://circleci.com/gh/graphql-dotnet/graphql-client) +[![CircleCI](https://img.shields.io/circleci/project/github/graphql-dotnet/graphql-client.svg)](https://circleci.com/gh/graphql-dotnet/graphql-client) [![NuGet](https://img.shields.io/nuget/v/GraphQL.Client.svg)](https://www.nuget.org/packages/GraphQL.Client) A GraphQL Client for .NET Standard.