Skip to content

Commit 65a73af

Browse files
committed
readme
1 parent ec52a27 commit 65a73af

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
@@ -128,7 +128,7 @@ Format string composed of several parts: `scheme-[key_type]-[output_type]`
128128
* `'pkcs1'` — public key starts from `'-----BEGIN RSA PUBLIC KEY-----'` header and private key starts from `'-----BEGIN RSA PRIVATE KEY-----' header`
129129
* `'pkcs8'` — public key starts from `'-----BEGIN PUBLIC KEY-----'` header and private key starts from `'-----BEGIN PRIVATE KEY-----' header`
130130

131-
**Key type** — can be `'private'` or `'public'`. Default `'private'`
131+
**Key type** — can be `'private'` or `'public'`. Default `'private'`<br/>
132132
**Output type** — can be:
133133

134134
* `'pem'` — Base64 encoded string with header and footer. Used by default.

0 commit comments

Comments
 (0)