Skip to content

Commit 9dc188b

Browse files
committed
README: fix some subtitles' font size
1 parent ee13756 commit 9dc188b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,18 @@ path.
112112
Note that you don't need to have provided the master private key if the path doesn't
113113
include an index `>= HARDENED_INDEX`.
114114

115-
### get_xpriv(path)
115+
#### get_xpriv(path)
116116

117117
Equivalent to `get_xpriv_from_path([])`.
118118

119-
### get_xpriv_bytes(path)
119+
#### get_xpriv_bytes(path)
120120

121121
Equivalent to `get_xpriv([])`, but not serialized in base58
122122

123-
### get_xpub(path)
123+
#### get_xpub(path)
124124

125125
Equivalent to `get_xpub_from_path([])`.
126126

127-
### get_xpub_bytes(path)
127+
#### get_xpub_bytes(path)
128128

129129
Equivalent to `get_xpub([])`, but not serialized in base58

0 commit comments

Comments
 (0)