Skip to content

Commit e1725bd

Browse files
authored
Update README.md
1 parent acd9c1d commit e1725bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const mqttClient = new AWSMqtt({
2020
secretAccessKey: AWS_SECRET_ACCESS_KEY,
2121
sessionToken: AWS_SESSION_TOKEN,
2222
endpointAddress: AWS_IOT_ENDPOINT_HOST,
23-
region: 'us-east-1'
23+
region: 'us-east-1'
2424
});
2525
````
2626
4. Connect and recieve messages from your topic

0 commit comments

Comments
 (0)