diff --git a/README.md b/README.md index 1ab8cbf..36d476a 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ privk = PrivateKey.unhexlify(privk_hex) ``` `PrivateKey` can also be extracted from a Wallet Import Format by doing: ```python ->>> privk = PrivateKey.form_wif(wif_key) +>>> privk = PrivateKey.from_wif(wif_key) ``` All these structures can be converted back to hex by using their `hexlify()` method.