Skip to content

Commit fc234d2

Browse files
Correct typo in README.md
1 parent 04aad01 commit fc234d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GitHub Secret name | Original or issued format | Github Se
2323
`IOT_THING_NAME` | Single line string without quotes | Single line string without quotes i.e. `myIoT_thing_name`
2424
`MQTT_BROKER_ENDPOINT` | Single line string without quotes | Single line string without quotes i.e. `random-string.abcd.xyz.amazonaws.com`
2525
`CLIENT_CERTIFICATE_PEM` | Multiline string. See **F1**. | Single line string with double quotes and additional new-lines. See **F2**.
26-
`MQTT_BROKER_ENDPOINT` | Multiline string. See **F3**. | Single line string with double quotes and additional new-lines. See **F4**.
26+
`CLIENT_PRIVATE_KEY_PEM` | Multiline string. See **F3**. | Single line string with double quotes and additional new-lines. See **F4**.
2727

2828
**F1**: The issued Certificate format is a multiline string like:
2929

0 commit comments

Comments
 (0)