From a80e5ae5c935d77e22bcecabd0ef39eabb665186 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 1 Sep 2023 01:01:21 +0100 Subject: [PATCH] add rubgems badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a83124d..26defa6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ +[![Gem Version][gem version]](https://badge.fury.io/rb/voicemeeter) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)][license] -[![Ruby Code Style](https://img.shields.io/badge/code_style-standard-violet.svg)](https://github.com/standardrb/standard) +[![Ruby Code Style][code style]](https://github.com/standardrb/standard) # Ruby Wrapper Around the Voicemeeter Remote API @@ -775,3 +776,5 @@ Bundle exec rake [license]: https://github.com/onyx-and-iris/voicemeeter-rb/blob/dev/LICENSE [voicemeeter remote header]: https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/update-docs/VoicemeeterRemote.h +[code style]: https://img.shields.io/badge/code_style-standard-violet.svg +[gem version]: https://badge.fury.io/rb/voicemeeter.svg