summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-09-02 14:24:27 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-09-02 14:24:27 +0700
commit7ebdbec8e7a2932e085ecd7fa36acc5bc8740cd7 (patch)
treebbcacf25bec06ab5547f5b838803a7bdebd7629b /README.md
parentb7b7741578257bbf6a8b873c360182e2c9b920ab (diff)
downloadiced-7ebdbec8e7a2932e085ecd7fa36acc5bc8740cd7.tar.gz
iced-7ebdbec8e7a2932e085ecd7fa36acc5bc8740cd7.tar.bz2
iced-7ebdbec8e7a2932e085ecd7fa36acc5bc8740cd7.zip
Add Discord server link and download count to `README`
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c7a460d1..935c1a48 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,12 @@
# iced
-[![Test Status](https://github.com/hecrj/iced/workflows/Test/badge.svg?event=push)](https://github.com/hecrj/iced/actions)
[![Documentation](https://docs.rs/iced/badge.svg)][documentation]
[![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/hecrj/iced/blob/master/LICENSE)
-[![project chat](https://img.shields.io/badge/chat-on_zulip-brightgreen.svg)](https://iced.zulipchat.com)
+[![Downloads](https://img.shields.io/crates/d/iced.svg)](https://crates.io/crates/iced)
+[![Test Status](https://github.com/hecrj/iced/workflows/Test/badge.svg?event=push)](https://github.com/hecrj/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.
Inspired by [Elm].