Skip to content

Commit

Permalink
Add missing badges and information
Browse files Browse the repository at this point in the history
  • Loading branch information
Uğur Özyılmazel committed Sep 8, 2020
1 parent e354648 commit 4117565
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
![Version](https://img.shields.io/badge/version-0.1.0-orange.svg)
![Go](https://img.shields.io/badge/go-1.15.1-black.svg)
[![Documentation](https://godoc.org/github.com/promptapi/bin-checker-go?status.svg)](https://pkg.go.dev/github.com/promptapi/bin-checker-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/promptapi/bin-checker-go)](https://goreportcard.com/report/github.com/promptapi/bin-checker-go)
[![Build Status](https://travis-ci.org/promptapi/bin-checker-go.svg?branch=main)](https://travis-ci.org/promptapi/bin-checker-go)

# Prompt API - BIN Checker - Golang Package
Expand All @@ -13,6 +16,12 @@

---

## Installation

```go
$ go get -u github.com/promptapi/bin-checker-go
```

## Example Usage

```go
Expand Down

0 comments on commit 4117565

Please sign in to comment.