Skip to content

Commit

Permalink
Add license badge to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: hoenirvili <hoenirvili@gmail.com>
  • Loading branch information
hoenirvili committed Oct 26, 2018
1 parent 4410c6c commit fdaedd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# skapt
[![Build Status](https://travis-ci.org/hoenirvili/skapt.svg?branch=master)](https://travis-ci.org/hoenirvili/skapt) [![Go Report Card](https://goreportcard.com/badge/github.com/hoenirvili/skapt)](https://goreportcard.com/report/github.com/hoenirvili/skapt) [![GoDoc](https://godoc.org/github.com/hoenirvili/skapt?status.svg)](https://godoc.org/github.com/hoenirvili/skapt) [![Coverage Status](https://coveralls.io/repos/github/hoenirvili/skapt/badge.svg?branch=master)](https://coveralls.io/github/hoenirvili/skapt?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

### Lightweight package for building command line apps in Go

Expand Down Expand Up @@ -123,4 +124,4 @@ Cannot parse value "fjsiadufj" as int
2. Why not standard lib one?
I didn't like the interface they provided and their flag value retrieval.
I didn't like the interface they provided and their flag value retrieval.

0 comments on commit fdaedd9

Please sign in to comment.