Skip to content

Commit

Permalink
Refresh stickers (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayson Koonce authored Jul 31, 2017
1 parent 8451cb3 commit 0715044
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# Config
:fishing_pole_and_fish:
[![GoDoc][doc-img]][doc]
[![Build Status][ci-img]][ci]
[![Coverage Status][cov-img]][cov]
[![Report Card][report-card-img]][report-card]
# :fishing_pole_and_fish: config [![GoDoc][doc-img]][doc] [![GitHub release][release-img]][release] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Report Card][report-card-img]][report-card]

Package `config` allows users to:

Expand All @@ -24,16 +19,17 @@ This library is `v1` and follows [SemVer](http://semver.org/) strictly.

No breaking changes will be made to exported APIs before `v2.0.0`.

## License
[doc-img]: http://img.shields.io/badge/GoDoc-Reference-blue.svg
[doc]: https://godoc.org/go.uber.org/config

[MIT](LICENSE.txt)
[release-img]: https://img.shields.io/github/release/uber-go/config.svg
[release]: https://github.com/uber-go/config/releases

[ci-img]: https://img.shields.io/travis/uber-go/config/master.svg
[ci]: https://travis-ci.org/uber-go/config/branches

[doc]: https://godoc.org/go.uber.org/config
[doc-img]: https://godoc.org/go.uber.org/config?status.svg
[ci]: https://travis-ci.org/uber-go/config
[ci-img]: https://travis-ci.org/uber-go/config.svg?branch=master
[report-card]: https://goreportcard.com/report/github.com/uber-go/config
[report-card-img]: https://goreportcard.com/badge/github.com/uber-go/config
[cov]: https://codecov.io/gh/uber-go/config/branch/master
[cov-img]: https://codecov.io/gh/uber-go/config/branch/master/graph/badge.svg
[cov]: https://codecov.io/gh/uber-go/config/branch/master

[report-card]: https://goreportcard.com/report/github.com/uber-go/config
[report-card-img]: https://goreportcard.com/badge/github.com/uber-go/config

0 comments on commit 0715044

Please sign in to comment.