Skip to content

Commit d293504

Browse files
committed
style: reword encoding base64 line
1 parent 91d82ef commit d293504

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
@@ -13,7 +13,7 @@ Following inputs can be used as `step.with` keys
1313
| `socket-path` | Yes | String | Path at which to create socket. |
1414
| `key` | Yes | String | base64 private key |
1515

16-
You can generate a base64 iteration of the private key via:
16+
You may encode your private key in base64 via:
1717

1818
openssl base64 -in {PRIVATE_KEY_FILE} -out {OUTPUT_PRIVATE_KEY_FILE}
1919

0 commit comments

Comments
 (0)