From 150b2e59d98c42224ef7dfe8e01828666b864d44 Mon Sep 17 00:00:00 2001 From: "Mountain/\\Ash" Date: Wed, 15 Sep 2021 08:55:54 +0200 Subject: [PATCH] Random names to match the random name shown in the screenshot --- desktop/dev-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/dev-environments.md b/desktop/dev-environments.md index af06fa357e..7895b42e8f 100644 --- a/desktop/dev-environments.md +++ b/desktop/dev-environments.md @@ -58,7 +58,7 @@ The simplest way to get started with Dev Environments is to create a new environ ![Single container Dev environment](images/dev-env-container.png){:width="700px"} -In the above example, the names `amazing_mclaren` and `stoic_carver` are randomly generated. You'll most likely see different names when you create your Dev Environment. +In the above example, the names `wizardly_ellis` and `relaxed_maclaren` are randomly generated. You'll most likely see different names when you create your Dev Environment. Hover over the container and click **Open in VS Code** to start working in VS Code as usual. You can also open a terminal in VS Code, and use Git to push or pull code to your repository, or switch between branches and work as you would normally.