From e5adef5856f7efc2c18a8edbb7b05ffbfe6666c1 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 15 Mar 2022 22:57:09 +0900 Subject: [PATCH] Update README.md Github -> GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e8f39e2d5..022614a774b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ VS Code includes a set of built-in extensions located in the [extensions](extens This repository includes a Visual Studio Code Remote - Containers / GitHub Codespaces development container. - For [Remote - Containers](https://aka.ms/vscode-remote/download/containers), use the **Remote-Containers: Clone Repository in Container Volume...** command which creates a Docker volume for better disk I/O on macOS and Windows. -- For Codespaces, install the [Github Codespaces](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces) extension in VS Code, and use the **Codespaces: Create New Codespace** command. +- For Codespaces, install the [GitHub Codespaces](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces) extension in VS Code, and use the **Codespaces: Create New Codespace** command. Docker / the Codespace should have at least **4 Cores and 6 GB of RAM (8 GB recommended)** to run full build. See the [development container README](.devcontainer/README.md) for more information.