From 2dfb569ea80153df04c6392cde438c3e2421a0be Mon Sep 17 00:00:00 2001 From: Christopher Boumenot Date: Thu, 30 Mar 2017 16:57:45 -0700 Subject: [PATCH] Make the version clear, move up build badge Closes #89 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d87d79..a97c9d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Azure Custom Script Virtual Machine Extension +# Azure Custom Script Virtual Machine Extension (2.0) +[![Build Status](https://travis-ci.org/Azure/custom-script-extension-linux.svg?branch=master)](https://travis-ci.org/Azure/custom-script-extension-linux) + Custom Script Extension lets you run script you provide on Virtual Machines to bootstrap/install software, run administrative and automation tasks. It can run @@ -107,9 +109,5 @@ You can find the logs for the extension at `/var/log/azure/custom-script/handler Please open an issue on this GitHub repository if you encounter problems that you could not debug with these log files. ------ - -[![Build Status](https://travis-ci.org/Azure/custom-script-extension-linux.svg?branch=master)](https://travis-ci.org/Azure/custom-script-extension-linux) - ----- This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.