From f9720e09584e48f85375ba0de2bc8c9ebb737e24 Mon Sep 17 00:00:00 2001 From: Ali Elbashir Date: Wed, 7 Jul 2021 14:59:42 +0300 Subject: [PATCH] Fix typo in github spaces link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac7f2194233..1883fe4b76b 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.codespacese) 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.