Skip to content

Commit

Permalink
Added package name, updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 18, 2019
1 parent e5ab668 commit 76f1e10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
**go-whatsonchain** is the unofficial golang implementation for the whatsonchain.com API

[![Build Status](https://travis-ci.com/mrz1836/go-whatsonchain.svg?branch=master&v=2)](https://travis-ci.com/mrz1836/go-whatsonchain)
[![Report](https://goreportcard.com/badge/github.com/mrz1836/go-whatsonchain?style=flat&v=1)](https://goreportcard.com/report/github.com/mrz1836/go-whatsonchain)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/01708ca3079e4933bafb3b39fe2aaa9d)](https://www.codacy.com/app/mrz1818/go-whatsonchain?utm_source=github.com&utm_medium=referral&utm_content=mrz1836/go-whatsonchain&utm_campaign=Badge_Grade)
[![Report](https://goreportcard.com/badge/github.com/mrz1836/go-whatsonchain?style=flat&v=2)](https://goreportcard.com/report/github.com/mrz1836/go-whatsonchain)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f9815e59758743b9adca25c11558ab1c)](https://www.codacy.com/app/mrz1818/go-whatsonchain?utm_source=github.com&utm_medium=referral&utm_content=mrz1836/go-whatsonchain&utm_campaign=Badge_Grade)
[![Release](https://img.shields.io/github/release-pre/mrz1836/go-whatsonchain.svg?style=flat&v=1)](https://github.com/mrz1836/go-whatsonchain/releases)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat)](https://github.com/RichardLitt/standard-readme)
[![GoDoc](https://godoc.org/github.com/mrz1836/go-whatsonchain?status.svg&style=flat)](https://godoc.org/github.com/mrz1836/go-whatsonchain)
Expand Down
3 changes: 3 additions & 0 deletions whatsonchain.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
Package whatsonchain is the unofficial golang implementation for the whatsonchain.com API
*/
package whatsonchain

import (
Expand Down

0 comments on commit 76f1e10

Please sign in to comment.