Skip to content

Commit

Permalink
Fix incorrect port in example (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
viren-nadkarni authored Nov 6, 2023
1 parent 794279c commit e0cc6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/user-guide/aws/iot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In another terminal, publish a message to this topic.
{{< command >}}
$ mqtt publish \
--host localhost.localstack.cloud \
--port 4511 \
--port 4510 \
--topic climate \
-m "temperature=30°C;humidity=60%"
{{< /command >}}
Expand Down

0 comments on commit e0cc6cb

Please sign in to comment.