From dcc7b1b8fa993e308e19521eb44fa791fe947343 Mon Sep 17 00:00:00 2001 From: Ro Savage Date: Thu, 17 May 2018 12:37:25 +1200 Subject: [PATCH] Fix grammar in examples.md --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);