From 4c0398dfa50fef2e43b0551e9704f44c9693a521 Mon Sep 17 00:00:00 2001 From: Daniel Mabadeje Date: Thu, 12 Aug 2021 11:57:48 -0700 Subject: [PATCH 1/3] edited pre-reqs to prerequisites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d0242f..9ab604b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For more info, check out the [GitHub documentation](https://docs.github.com/en/f ### VS Code Remote - Containers Follow these steps to open this sample in a container using the VS Code Remote - Containers extension: -1. If this is your first time using a development container, please ensure your system meets the pre-reqs (i.e. have Docker installed) in the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started). +1. If this is your first time using a development container, please ensure your system meets the prerequisites (i.e. have Docker installed) in the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started). 2. To use this repository, you can either open the repository in an isolated Docker volume: From 1f13100af814cfdbbc68ec8c8efbfb661ef90373 Mon Sep 17 00:00:00 2001 From: Daniel Mabadeje Date: Thu, 7 Oct 2021 13:28:20 -0700 Subject: [PATCH 2/3] updated readme on line 16 for more information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ab604b..8aecf36 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Follow these steps to open this sample in a Codespace: 1. Click the Code drop-down menu and select the **Open with Codespaces** option. 1. Select **+ New codespace** at the bottom on the pane. -For more info, check out the [GitHub documentation](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace#creating-a-codespace). +For more information on creating your codespace, visit the [GitHub documentation](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace#creating-a-codespace). ### VS Code Remote - Containers Follow these steps to open this sample in a container using the VS Code Remote - Containers extension: From 964f4fc496e81e2fa190f63d232586e43d44d6c0 Mon Sep 17 00:00:00 2001 From: Daniel Mabadeje Date: Tue, 30 Nov 2021 10:54:38 +0100 Subject: [PATCH 3/3] changed Codespace to codespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aecf36..5de146d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A **development container** is a running [Docker](https://www.docker.com) contai 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. -> **Note:** If you already have a Codespace or dev container, you can jump to the [Things to try](#things-to-try) section. +> **Note:** If you already have a codespace or dev container, you can jump to the [Things to try](#things-to-try) section. ## Setting up the development container