Skip to content

Commit 9321c2c

Browse files
authored
Replace CI badge and add GoDoc link in README (#65)
Updated README to replace Travis CI badge with GitHub Actions badge and added GoDoc link.
1 parent 190535b commit 9321c2c

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)