From f7619c8dd6707ea11546aaa42eb515cc9efc11a0 Mon Sep 17 00:00:00 2001 From: skorpi Date: Fri, 20 May 2022 10:09:22 +0200 Subject: [PATCH] fix a small copy/paste error --- 1-getting-started/lessons/4-connect-internet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-getting-started/lessons/4-connect-internet/README.md b/1-getting-started/lessons/4-connect-internet/README.md index bd43c2c3..ff1996c1 100644 --- a/1-getting-started/lessons/4-connect-internet/README.md +++ b/1-getting-started/lessons/4-connect-internet/README.md @@ -269,7 +269,7 @@ Write the server code. 1. Launch a new VS Code Terminal by selecting *Terminal -> New Terminal, or pressing `` CTRL+` ``. The new terminal will load the virtual environment, with the call to activate this appearing in the terminal. The name of the virtual environment (`.venv`) will also be in the prompt: ```output - ➜ nightlight source .venv/bin/activate + ➜ nightlight-server source .venv/bin/activate (.venv) ➜ nightlight ```