From fc9cd0ea7b481e35999876202a8e3e65e109d7bb Mon Sep 17 00:00:00 2001 From: Petr Sabanov Date: Sat, 28 Sep 2024 04:24:50 +0300 Subject: [PATCH] README.md: Fixed badges alternative text (#9) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87b2586..91fdd2f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # locale-match -[![crates.io](https://img.shields.io/crates/v/locale-match?style=for-the-badge&logo=rust)](https://crates.io/crates/locale-match) -[![crates.io](https://img.shields.io/docsrs/locale-match/latest?style=for-the-badge&logo=docs.rs&color=2DA44E)](https://docs.rs/locale-match/latest/locale_match) -[![crates.io](https://img.shields.io/github/v/release/pasabanov/locale-match?style=for-the-badge&logo=github&color=8250DF)](https://github.com/pasabanov/locale-match/releases/latest) +[![crates.io version](https://img.shields.io/crates/v/locale-match?style=for-the-badge&logo=rust)](https://crates.io/crates/locale-match) +[![docs.rs documentation](https://img.shields.io/docsrs/locale-match/latest?style=for-the-badge&logo=docs.rs&color=2DA44E)](https://docs.rs/locale-match/latest/locale_match) +[![GitHub latest release](https://img.shields.io/github/v/release/pasabanov/locale-match?style=for-the-badge&logo=github&color=8250DF)](https://github.com/pasabanov/locale-match/releases/latest) A small library for selecting the best match for user's preferred locales from available locales.