Skip to content

Commit

Permalink
Fix 1223 - Updated Readme file
Browse files Browse the repository at this point in the history
Fixed Issues Azure#1223 with updating the instruction for setting ENV Variable.
  • Loading branch information
Barathwaja committed Aug 26, 2024
1 parent a85e280 commit 6177599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions device/samples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="<YourIoTHubDeviceConnectionString>"
export IOTHUB_DEVICE_CONNECTION_STRING="<YourIoTHubDeviceConnectionString>"
```

**4) Run it**
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6177599

Please sign in to comment.