From c1fbdcceec5454a9a48c2dc316a7854227a78761 Mon Sep 17 00:00:00 2001 From: Lucas Araujo Date: Wed, 18 Nov 2015 16:26:43 -0200 Subject: [PATCH] Changed the adapters separation from "," to "and" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 012814083bd..b0590fba6f8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are interested in fixing issues and contributing directly to the code bas * Submitting pull requests ## Related Projects -Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the [node debug adapter](https://github.com/microsoft/vscode-node-debug), the [mono debug adapter](https://github.com/microsoft/vscode-mono-debug). +Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the [node debug adapter](https://github.com/microsoft/vscode-node-debug) and the [mono debug adapter](https://github.com/microsoft/vscode-mono-debug). For a complete list, please see the [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects) page on our wiki. -- GitLab