From 68ae6943bc6ccfa35cd6650edf96091ee04ce164 Mon Sep 17 00:00:00 2001 From: Sergei Vorobev Date: Wed, 22 Jul 2015 15:59:56 -0700 Subject: [PATCH 1/2] Update README.md Add Appveyor badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8090711b8..4e73f5ea0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build status](https://ci.appveyor.com/api/projects/status/85tyhckawwxoiim2/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/powershelleditorservices/branch/master) + # PowerShell Editor Services PowerShell Editor Services provides common functionality that is needed From a9f6358b72372d009b493f6e59c5c251f0a4dbf2 Mon Sep 17 00:00:00 2001 From: Sergei Vorobev Date: Wed, 22 Jul 2015 16:14:16 -0700 Subject: [PATCH 2/2] Update README.md Move badge below the repo name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e73f5ea0..e8560c212 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Build status](https://ci.appveyor.com/api/projects/status/85tyhckawwxoiim2/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/powershelleditorservices/branch/master) - # PowerShell Editor Services +[![Build status](https://ci.appveyor.com/api/projects/status/85tyhckawwxoiim2/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/powershelleditorservices/branch/master) + PowerShell Editor Services provides common functionality that is needed to enable a consistent and robust PowerShell development experience across multiple editors.