Skip to content

Commit 44e124c

Browse files
committed
README fixes
1 parent f62d8bf commit 44e124c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/Provisioning/Basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Note that in a real application, you may want to avoid the use of wildcards in y
6767
There are many different ways to run the Fleet Provisioning sample because of how many different ways there are to setup a Fleet Provisioning template in AWS IoT Core. **The easiest and most common way is to run the sample with the following**:
6868

6969
``` sh
70-
mvn compile exec:java -pl samples/Provisioning/Basic -Dexec.mainClass=identity.BasicProvisioning -Dexec.args="--endpoint <endpoint> --cert <path to certificate> --key <path to private key> --template <provisioning template name>"
70+
mvn compile exec:java -pl samples/Provisioning/Basic -Dexec.mainClass=identity.BasicProvisioning -Dexec.args="--endpoint <endpoint> --cert <path to certificate> --key <path to private key> --template <provisioning template name> --params '{"SerialNumber":"<serial number>","DeviceLocation":"<locatiion>"}'"
7171
```
7272

7373
### Fleet Provisioning Detailed Instructions

samples/ShadowSandbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShadowSandbox
22

3-
[**Return to main sample list**](../../README.md)
3+
[**Return to main sample list**](../README.md)
44

55
This is an interactive sample that supports a set of commands that allow you to interact with "classic" (unnamed) shadows of the AWS IoT [Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html) Service.
66

0 commit comments

Comments
 (0)