Skip to content

Commit

Permalink
Badges... we need badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
folkengine committed Dec 17, 2019
1 parent 1712382 commit 500ae50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -2,6 +2,9 @@

[![Build Status](https://api.travis-ci.com/electronicpanopticon/apnian.go.svg?branch=master)](https://travis-ci.com/electronicpanopticon/apnian.go)
[![Coverage Status](https://coveralls.io/repos/github/electronicpanopticon/apnian.go/badge.svg?branch=master)](https://coveralls.io/github/electronicpanopticon/apnian.go?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/electronicpanopticon/apnian.go)](https://goreportcard.com/report/github.com/electronicpanopticon/apnian.go)
[![License](https://img.shields.io/github/license/electronicpanopticon/apnian.go)](https://github.com/electronicpanopticon/apnian.go/blob/master/LICENSE)
[![Release](https://img.shields.io/github/v/release/electronicpanopticon/apnian.go.svg?style=flat-square)](https://github.com/electronicpanopticon/apnian.go/releases)

## About

Expand Down Expand Up @@ -29,7 +32,7 @@ Place your Apple provided p8 file under $GOPATH/keys
### Step 3
Call Apnian from your code:

```go
```
package main
import (
Expand Down

0 comments on commit 500ae50

Please sign in to comment.