summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-29 01:06:58 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-29 01:07:11 +0100
commit7e7d65a23d864e4662c43028a41244ca30cac540 (patch)
tree2d8220244e1411a5ebc921433721af665f6d002f /README.md
parent133f4da9014fcdc331ac44269209ee61ca56d007 (diff)
downloadiced-7e7d65a23d864e4662c43028a41244ca30cac540.tar.gz
iced-7e7d65a23d864e4662c43028a41244ca30cac540.tar.bz2
iced-7e7d65a23d864e4662c43028a41244ca30cac540.zip
Fix Discourse badge in `README`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 825219aa..eb2befbc 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
[![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://img.shields.io/github/actions/workflow/status/iced-rs/iced/test.yml?branch=master&event=push&label=test)](https://github.com/iced-rs/iced/actions)
-[![Discourse](https://img.shields.io/discourse/users?server=https%3A%2F%2Fdiscourse.iced.rs&color=5e7ce2)](https://discourse.iced.rs/)
+[![Discourse](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdiscourse.iced.rs%2Fsite%2Fstatistics.json&query=%24.users_count&suffix=%20users&label=discourse&color=5e7ce2)](https://discourse.iced.rs/)
[![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.