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.