README.md fixes

This commit is contained in:
Alex 2017-01-18 10:43:25 -07:00 committed by Olaoluwa Osuntokun
parent 856e3a320d
commit 197462ade8

View file

@ -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.