From aa6a52d2e6f38b966a6fb9ea743e7404e110584c Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Wed, 15 Jan 2025 16:17:41 -0600 Subject: [PATCH] Updated badges. --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9686b8d..87790e7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Loise [![Build Status][gh-actions-badge]][gh-actions] -[![LFE Versions][lfe badge]][lfe] -[![Erlang Versions][erlang badge]][versions] -[![Tags][github tags badge]][github tags] +[![LFE Versions][lfe-badge]][lfe] +[![Erlang Versions][erlang-badge]][versions] +[![Tags][github-tags-badge]][github-tags] +[![Downloads][hex-downloads]][hex-package] *A noise library for LFE/Erlang* @@ -136,7 +137,8 @@ lfe> (loise:format-ascii #m(color? true)) ## License [↟](#contents) ``` -Copyright © 2013-2023 Duncan McGreggor + +Copyright © 2013-2025 Duncan McGreggor Distributed under the Apache License, Version 2.0. ``` @@ -147,8 +149,12 @@ Distributed under the Apache License, Version 2.0. [gh-actions]: https://github.com/lfex/loise/actions [logo]: priv/images/loise.jpg [lfe]: https://github.com/lfe/lfe -[lfe badge]: https://img.shields.io/badge/lfe-2.1-blue.svg -[erlang badge]: https://img.shields.io/badge/erlang-20%20to%2025-blue.svg +[lfe-badge]: https://img.shields.io/badge/lfe-2.1+-blue.svg +[erlang-badge]: https://img.shields.io/badge/erlang-20+-blue.svg [versions]: https://github.com/lfex/loise/blob/master/.github/workflows/cicd.yml -[github tags]: https://github.com/lfex/loise/tags -[github tags badge]: https://img.shields.io/github/tag/lfex/loise.svg +[github-tags]: https://github.com/lfex/loise/tags +[github-tags-badge]: https://img.shields.io/github/tag/lfex/loise.svg +[github-downloads]: https://img.shields.io/github/downloads/lfex/loise/total.svg +[hex-badge]: https://img.shields.io/hexpm/v/loise.svg?maxAge=2592000 +[hex-package]: https://hex.pm/packages/loise +[hex-downloads]: https://img.shields.io/hexpm/dt/loise.svg