diff --git a/gcs/README.md b/gcs/README.md index 1e7582b..e663a0e 100644 --- a/gcs/README.md +++ b/gcs/README.md @@ -1,4 +1,4 @@ -base58 +gcs ========== [![Build Status](http://img.shields.io/travis/btcsuite/btcutil.svg)] @@ -8,7 +8,7 @@ base58 (http://godoc.org/github.com/btcsuite/btcutil/gcs) Package gcs provides an API for building and using a Golomb-coded set filter -similar to that described [here].(http://giovanni.bajo.it/post/47119962313/golomb-coded-sets-smaller-than-bloom-filters) +similar to that described [here](http://giovanni.bajo.it/post/47119962313/golomb-coded-sets-smaller-than-bloom-filters). A comprehensive suite of tests is provided to ensure proper functionality.