File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,21 @@ go-block-format
55[ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
66[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
77[ ![ Coverage Status] ( https://codecov.io/gh/ipfs/go-block-format/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ipfs/go-block-format/branch/master )
8- [ ![ Travis CI] ( https://travis-ci.org/ipfs/go-block-format.svg?branch=master )] ( https://travis-ci.org/ipfs/go-block-format )
8+ [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/ipfs/go-block-format/go-test.yml?branch=master )] ( https://github.com/ipfs/go-block-format/actions )
9+ [ ![ GoDoc] ( https://pkg.go.dev/badge/github.com/ipfs/go-block-format )] ( https://pkg.go.dev/github.com/ipfs/go-block-format )
910
1011> go-block-format is a set of interfaces that a type needs to implement in order to be a CID addressable block of data.
1112
12- ## Lead Maintainer
13-
14- [ Eric Myhre] ( https://github.com/warpfork )
15-
1613## Table of Contents
1714
18- - [ Install] ( #install )
19- - [ Usage] ( #usage )
20- - [ API] ( #api )
15+ - [ Background] ( #background )
16+ - [ Documentation] ( #documentation )
2117- [ Contribute] ( #contribute )
2218- [ License] ( #license )
2319
24- ## Install
20+ ## Documentation
2521
26- ``` sh
27- make install
28- ```
22+ https://pkg.go.dev/github.com/ipfs/go-block-format
2923
3024## Contribute
3125
@@ -35,4 +29,4 @@ Small note: If editing the Readme, please conform to the [standard-readme](https
3529
3630## License
3731
38- MIT © Juan Batiz-Benet
32+ MIT
You can’t perform that action at this time.
0 commit comments