From 26501785520eadb8e97996c2348c1b2d35a3007b Mon Sep 17 00:00:00 2001 From: Allison Weins <3174849+2percentsilk@users.noreply.github.com> Date: Tue, 12 Jan 2021 16:20:33 -0800 Subject: [PATCH] Update README.md Bolded codespaces link and expanded VS to Visual Studio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 301c488..aabb182 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Try Out Development Containers: Node.js -A **development container** is a running [Docker](https://www.docker.com) container with a well-defined tool/runtime stack and its prerequisites. You can try out development containers with [GitHub Codespaces](https://github.com/features/codespaces) or **[VS Code Remote - Containers](https://aka.ms/vscode-remote/containers)**. +A **development container** is a running [Docker](https://www.docker.com) container with a well-defined tool/runtime stack and its prerequisites. You can try out development containers with **[GitHub Codespaces](https://github.com/features/codespaces)** or **[Visual Studio Code Remote - Containers](https://aka.ms/vscode-remote/containers)**. This is a sample project that lets you try out either option in a few easy steps. We have a variety of other [vscode-remote-try-*](https://github.com/search?q=org%3Amicrosoft+vscode-remote-try-&type=Repositories) sample projects, too.