Skip to content

Commit 3bf9e85

Browse files
committed
locatiion -> location
1 parent a7e12ca commit 3bf9e85

1 file changed

Lines changed: 1 addition & 1 deletion

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> --params '{"SerialNumber":"<serial number>","DeviceLocation":"<locatiion>"}'"
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":"<location>"}'"
7171
```
7272

7373
### Fleet Provisioning Detailed Instructions

0 commit comments

Comments
 (0)