diff --git a/docs/examples.md b/docs/examples.md index 82f47744e..16e1074ee 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -7,7 +7,7 @@ var privateKey = new bitcore.PrivateKey(); var address = privateKey.toAddress(); ``` -## Generate a address from a SHA256 hash +## Generate an address from a SHA256 hash ```javascript var value = Buffer.from('correct horse battery staple'); var hash = bitcore.crypto.Hash.sha256(value);