summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-10-03 20:06:58 +0200
committerLibravatar GitHub <noreply@github.com>2022-10-03 20:06:58 +0200
commit5f758d847f7e0de0ab7134247133c169a6132de1 (patch)
tree4f93e3bddf921c45c69f7f867c4d78e5bf6c6f28
parent97f385e093711c269df315b28f76e66e0220e22a (diff)
parent12ff7964e81f15158cea6bfed29939c07bd015a4 (diff)
downloadiced-5f758d847f7e0de0ab7134247133c169a6132de1.tar.gz
iced-5f758d847f7e0de0ab7134247133c169a6132de1.tar.bz2
iced-5f758d847f7e0de0ab7134247133c169a6132de1.zip
Merge pull request #1450 from xTeKc/readme
update: match test badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e52234e..dc065ada 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[![Crates.io](https://img.shields.io/crates/v/iced.svg)](https://crates.io/crates/iced)
[![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
[![Downloads](https://img.shields.io/crates/d/iced.svg)](https://crates.io/crates/iced)
-[![Test Status](https://github.com/iced-rs/iced/workflows/Test/badge.svg?event=push)](https://github.com/iced-rs/iced/actions)
+[![Test Status](https://img.shields.io/github/workflow/status/iced-rs/iced/Test?event=push&label=test)](https://github.com/iced-rs/iced/actions)
[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/3xZJ65GAhd)
A cross-platform GUI library for Rust focused on simplicity and type-safety.