From c2355ab484475f1903f82eaf8fb0582165602dce Mon Sep 17 00:00:00 2001 From: Tiago Pascoal Date: Sat, 27 Feb 2016 19:42:35 +0000 Subject: [PATCH] Removed whitespace in build badge link. badge link had a whitespace between the "]" and the "(" which prevented it from being rendered as a link in npmjs registry --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d9f18c53..1d04b75ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![VSO] (https://mseng.visualstudio.com/DefaultCollection/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/2553/badge) +![VSO](https://mseng.visualstudio.com/DefaultCollection/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/2553/badge) # VSTS DevOps Task SDK Libraries for writing Visual Studio Team Services build and deployment tasks @@ -69,4 +69,4 @@ $ cd powershell $ gulp test ``` -Set environment variable TASK_TEST_TRACE=1 to display test output. \ No newline at end of file +Set environment variable TASK_TEST_TRACE=1 to display test output.