README.md fixes
This commit is contained in:
parent
856e3a320d
commit
197462ade8
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue