From ce79c53d20a0778da316468e32ac6ad3411908d7 Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Wed, 2 Jun 2021 17:53:46 +0100 Subject: [PATCH] Update README.md --- 1-getting-started/lessons/4-connect-internet/README.md | 3 ++- 1 file changed, 2 insertions(+), 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 7c6459d7..80d9e811 100644 --- a/1-getting-started/lessons/4-connect-internet/README.md +++ b/1-getting-started/lessons/4-connect-internet/README.md @@ -318,7 +318,8 @@ Write the server code. Message received: {'light': 0} Message received: {'light': 400} ``` -> The app.py file in the nightlight virtual environment has to be running for the app.py file in the nightlight-server virtual environment to recieve the messages being sent. + + The app.py file in the nightlight virtual environment has to be running for the app.py file in the nightlight-server virtual environment to recieve the messages being sent. > 💁 You can find this code in the [code-server/server](code-server/server) folder.