From ba90c8a8675676ada1b08f7f464bb10691869dfb Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 9 Jan 2024 10:39:12 +0900 Subject: [PATCH] docs: add badges --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00863ac..1d52641 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # unicode-locale-parser -[![CI](https://github.com/kazupon/unicode-locale-parser/actions/workflows/ci.yml/badge.svg)](https://github.com/kazupon/unicode-locale-parser/actions/workflows/ci.yml) +[![CI][ci-src]][ci-href] +[![crates.io][crate-io-src]][crate-io-href] The parser for [Unicode Locale Identifiers](https://unicode.org/reports/tr35/#Unicode_locale_identifier) @@ -46,4 +47,11 @@ fn main() { ## ©️ License -[MIT](https://opensource.org/licenses/MIT) \ No newline at end of file +[MIT](https://opensource.org/licenses/MIT) + + + +[ci-src]: https://github.com/kazupon/unicode-locale-parser/actions/workflows/ci.yml/badge.svg +[ci-href]: https://github.com/kazupon/unicode-locale-parser/actions/workflows/ci.yml +[crate-io-src]: https://img.shields.io/crates/v/unicode-locale-parser.svg +[crate-io-href]: https://crates.io/crates/unicode-locale-parser \ No newline at end of file