From 61775998999215a04845dbb4d809ace652aeabc9 Mon Sep 17 00:00:00 2001 From: Barathwaja S Date: Mon, 26 Aug 2024 12:15:40 -0500 Subject: [PATCH] Fix 1223 - Updated Readme file Fixed Issues #1223 with updating the instruction for setting ENV Variable. --- device/samples/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/device/samples/readme.md b/device/samples/readme.md index 9e62d6572..5b33d48ff 100644 --- a/device/samples/readme.md +++ b/device/samples/readme.md @@ -19,13 +19,13 @@ In order to run the device samples you will first need the following prerequisit - Once the Codespace is open, all required packages to run the samples will be setup for you -**3) Set the IOTHUB_DEVICE_CONNECTING_STRING environment variable** +**3) Set the IOTHUB_DEVICE_CONNECTION_STRING environment variable** - From a shell or Node.js command prompt, navigate to the folder where you placed the sample files. -- Set the `IOTHUB_DEVICE_CONNECTING_STRING` environment variable: +- Set the `IOTHUB_DEVICE_CONNECTION_STRING` environment variable: ```bash -export IOTHUB_DEVICE_CONNECTING_STRING="" +export IOTHUB_DEVICE_CONNECTION_STRING="" ``` **4) Run it** @@ -77,7 +77,7 @@ cd device/samples/typescript npm install ``` -**3) Set the IOTHUB_DEVICE_CONNECTING_STRING environment variable** +**3) Set the IOTHUB_DEVICE_CONNECTION_STRING environment variable** - From a shell or Node.js command prompt, navigate to the folder where you placed the sample files. - Set the `IOTHUB_DEVICE_CONNECTION_STRING` environment variable: