Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 1223 - Updated Readme file #1224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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