From ff095cfa8ed6a93cf7b348aa286459f9d7d3d3ef Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 10 Aug 2014 15:16:14 -0500 Subject: [PATCH] Correct verify signature example doco link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe4a21ed..0f0a29544 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $ go get github.com/conformal/btcec parsed form raw bytes and serializing the generated signature. * [Verify Signature] - (http://godoc.org/github.com/conformal/btcec#example-package--verifySignature) + (http://godoc.org/github.com/conformal/btcec#example-package--VerifySignature) Demonstrates verifying a secp256k1 signature against a public key that is first parsed from raw bytes. The signature is also parsed from raw bytes.