From 9a9a2182135da94ac89893431a48fbc03c033788 Mon Sep 17 00:00:00 2001 From: Chris Dias Date: Mon, 16 Nov 2015 18:44:43 +0100 Subject: [PATCH] Better title --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e5ab9e59c2..d08015369f0 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# Visual Studio Code Open Source +# Visual Studio Code - Open Source VS Code is a new choice of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It is the first editor and first cross platform tool in the Visual Studio family of products. Code incorporates Visual Studio's world class editing and debugging experiences while integrating with your existing tool chain. A rich extensibility model and ecosystem provides support for a broad array of languages and tools that integrate seamlessly with Code. -The [vscode](https://github.com/microsoft/vscode) repository is where the Code team does development. We encourage you to follow along, take part in the discussion, submit issues, suggest a feature, or create a pull request! +The [`vscode`](https://github.com/microsoft/vscode) repository is where the Code team does development. We encourage you to follow along, take part in the discussion, submit issues, suggest a feature, or create a pull request! Follow us [@code](https://twitter.com/code). ## Installation and Documentation Download the latest build for your platform from the [Visual Studio Code](http://code.visualstudio.com) website. Once installed, Code will automatically update itself when we publish new releases. -Everything you need to know about using and extending Code can be found in our online [documentation](http://code.visualstudio.com/docs). Found a typo? Want to clarify something? Clone the [vscode-docs](https://github.com/microsoft/vscode-docs) repository and make a pull request. +Everything you need to know about using and extending Code can be found in our online [documentation](http://code.visualstudio.com/docs). Found a typo? Want to clarify something? Clone the [`vscode-docs`](https://github.com/microsoft/vscode-docs) repository and make a pull request. ## Contributing