From 03217b17a04675be717c2e6a68480d0250d9ec64 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Mon, 30 Nov 2015 10:27:34 +0100 Subject: [PATCH] fix README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f99998..1b2ced5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# vscode-mono-debug -[![build status](https://travis-ci.org/Microsoft/vscode-mono-debug.svg?branch=master)](https://travis-ci.org/Microsoft/vscode-mono-debug) - +# VS Code Mono Debug A simple VS Code debug adapter for the Mono VM based on the [SDB](https://github.com/mono/sdb) command line debugger. ## Building +[![build status](https://travis-ci.org/Microsoft/vscode-mono-debug.svg?branch=master)](https://travis-ci.org/Microsoft/vscode-mono-debug) + Building and using VS Code mono-debug requires a basic POSIX-like environment, a Bash-like shell, and an installed Mono framework.