From e97943fdc0eb058700a2cf557948c22ba59e08de Mon Sep 17 00:00:00 2001 From: moznion Date: Sat, 12 Dec 2020 14:03:16 +0900 Subject: [PATCH] :pencil: add a badge for crates.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f15b07..33976ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# radius-rs ![Check](https://github.com/moznion/radius-rs/workflows/Check/badge.svg) +# radius-rs [![Check](https://github.com/moznion/radius-rs/workflows/Check/badge.svg)](https://github.com/moznion/radius-rs/actions) [![crates.io](https://img.shields.io/crates/v/radius.svg)](https://crates.io/crates/radius) An async/await native implementation of the RADIUS server and client for Rust.