Skip to content

Commit 2985424

Browse files
Paolo Calaopolldo
Paolo Calao
authored andcommitted
Update README.md
1 parent 8adcabf commit 2985424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Use this command to provision a device:
6363

6464
`$ arduino-cloud-cli device create --name <deviceName> --port <port> --fqbn <deviceFqbn>`
6565

66-
####LoRa
66+
#### LoRa
6767

6868
LoRa devices should be provisioned using a specific command.
6969
Parameters are the same except for the additional mandatory `--frequency-plan`:
@@ -192,4 +192,4 @@ Extract a template from an existing dashboard. The template can be saved in two
192192

193193
Create a dashboard: dashboards can be created only starting from a template. Supported dashboard template formats are JSON and YAML. The name parameter is optional. If it is provided then it overrides the name retrieved from the template. The `override` flag can be used to override the template `thing_id` placeholder with the actual ID of the thing to be used.
194194

195-
`$ arduino-cloud-cli dashboard create --name <dashboardName> --template <template.(json|yaml)> --override <thing-0>=<actualThingID>,<thing-1>=<otherActualThingID>`
195+
`$ arduino-cloud-cli dashboard create --name <dashboardName> --template <template.(json|yaml)> --override <thing-0>=<actualThingID>,<thing-1>=<otherActualThingID>`

0 commit comments

Comments
 (0)