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.