diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2016-05-19 16:55:07 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2016-05-19 16:55:07 -0400 |
| commit | db4491a00a4999d089cc3f161ccbe23ccb26f0b2 (patch) | |
| tree | baf03e6fe05061f844a862e8c93eb354bde7e9b6 | |
| parent | 92298fa7ac87cb39fd2a61f760e5ea8d58a52cfd (diff) | |
| parent | 81e27aef57e8f53b24726d0bd85172f39ba474e2 (diff) | |
Merge pull request #46 from hairyhenderson/add-downloads-badge
Adding GitHub total downloads badge
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,7 @@ [![Go Report Card][reportcard-image]][reportcard-url] [![Codebeat Status][codebeat-image]][codebeat-url] [![Coverage][gocover-image]][gocover-url] +[![Total Downloads][gh-downloads-image]][gh-downloads-url] # gomplate @@ -264,3 +265,5 @@ Copyright (c) 2016 Dave Henderson [codebeat-url]: https://codebeat.co/projects/github-com-hairyhenderson-gomplate [gocover-image]: https://gocover.io/_badge/github.com/hairyhenderson/gomplate [gocover-url]: https://gocover.io/github.com/hairyhenderson/gomplate +[gh-downloads-image]: https://img.shields.io/github/downloads/hairyhenderson/gomplate/total.svg +[gh-downloads-url]: https://github.com/hairyhenderson/gomplate/releases |
