Skip to content

Commit

Permalink
Minor change in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hackmac89 committed May 20, 2019
1 parent e5ccb6f commit 2db8a79
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/hackmac89/flog/graphs/commit-activity)
[![Golint code style](https://img.shields.io/badge/code_style-Golint-CFB69A.svg)](https://github.com/golang/lint)
[![Go Report Card](https://goreportcard.com/badge/github.com/golang/crypto)](https://goreportcard.com/report/github.com/hackmac89/flog)
[![codecov.io Code Coverage](https://img.shields.io/codecov/c/github/hackmac89/flog.svg?maxAge=2592000)](https://codecov.io/github/hackmac89/flog?branch=master)
[![codecov](https://codecov.io/gh/hackmac89/flog/branch/master/graph/badge.svg)](https://codecov.io/gh/hackmac89/flog)
[![Github all releases](https://img.shields.io/github/downloads/hackmac89/go-share/total.svg)](https://github.com/hackmac89/flog/releases/)

## Usage
Expand Down Expand Up @@ -40,6 +40,10 @@ logger.PrintError("Printing \"%s\" message", "ERRROR")

## Release History

* 1.0.1 (05/20/19)
* Added License
* some changes in README.md

* 1.0.0 (05/20/19)
* Initial commit/release

Expand All @@ -55,7 +59,7 @@ See also the list of [contributors](https://github.com/hackmac89/go-share/contri

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

## Meta

Expand Down

0 comments on commit 2db8a79

Please sign in to comment.